Package org.astrogrid.samp.hub
Interface HubServiceMode.Tidier
-
- All Known Implementing Classes:
HubServiceMode.BasicWindowConfig
,HubServiceMode.SysTrayWindowConfig
- Enclosing class:
- HubServiceMode
private static interface HubServiceMode.Tidier
Utility abstract class to define an object which can be tidied up on hub shutdown.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
tidyGui()
Performs any required tidying operations.
-