public interface CDockFrontendListener
CDockFrontend
.Modifier and Type | Method and Description |
---|---|
void |
loaded(CDockFrontend frontend,
CSetting setting)
Informs that
frontend did load setting . |
void |
loading(CDockFrontend frontend,
CSetting setting)
Informs that
frontend is about to load setting . |
void loading(CDockFrontend frontend, CSetting setting)
frontend
is about to load setting
.frontend
- the caller of this methodsetting
- the setting that will be loadedvoid loaded(CDockFrontend frontend, CSetting setting)
frontend
did load setting
.frontend
- the caller of this methodsetting
- the setting that was loaded