org.zaval.lw
Interface LwManager
- All Known Implementing Classes:
- LwCursorManager, LwPaintManager, LwTooltipMan, LwClipboardMan, LwPopupManager, LwFocusManager, LwEventManager
- public interface LwManager
This interface should be implemented by any light weight manager class to provide set of methods
that is necessary to control its behaviour.
|
Method Summary |
void |
dispose()
Disposes the manager. |
dispose
public void dispose()
- Disposes the manager. The method is supposed to be used for disposing different manager related structures
to free system resources. The method is invoked by LwVCL core when the manager ends its "live".
|