Uses of Interface
de.beamertool.viewer.gui.CloseMainWindowListener

Packages that use CloseMainWindowListener
de.beamertool.viewer.data This package contains all components of the data logic and it's connection to the rest of the application. 
de.beamertool.viewer.gui This is the main package of all gui related stuff. 
 

Uses of CloseMainWindowListener in de.beamertool.viewer.data
 

Classes in de.beamertool.viewer.data that implement CloseMainWindowListener
 class DataController
          This class handles all incomming data It has a sms pool and sends every now and then a commercial
 

Uses of CloseMainWindowListener in de.beamertool.viewer.gui
 

Methods in de.beamertool.viewer.gui with parameters of type CloseMainWindowListener
 void GuiController.addCloseMainWindowListener(CloseMainWindowListener newListener)