public interface DockFrontendExtension
DockFrontend
, can modify the frontend.Modifier and Type | Method and Description |
---|---|
void |
install(DockFrontend frontend)
Called upon construction of
frontend . |
void |
uninstall(DockFrontend frontend)
Called upon destruction of
frontend . |
void install(DockFrontend frontend)
frontend
.frontend
- the frontend which was constructedvoid uninstall(DockFrontend frontend)
frontend
.frontend
- the frontend which was destroyed