: Download: FAQ: Licensing: Support: Contact ME
LwVCL Home
Introduction
Overview
Screen Shots
On-line Demos
Requirements
Further Plans
Docs
Tutorial
How-to (PDF)
API
FAQ
Download
Latest version

Home > J2SE > API

Overview  Package   Class  Tree  Deprecated  Index  Help 

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.
 

Method Detail

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".


: up