Uses of Interface
com.glaivestone.mv.WindowEventListener

Packages that use WindowEventListener
com.glaivestone.mv Provides a simple framework for building applications following the model-view design pattern of separating UI and presentation (view) from fundamental application state and logic (model). 
com.glaivestone.toolbox.mv.text Simple text windows. 
 

Uses of WindowEventListener in com.glaivestone.mv
 

Subinterfaces of WindowEventListener in com.glaivestone.mv
 interface SessionControlPolicy
          A SessionControlPolicy is used to manage an application session.
 

Classes in com.glaivestone.mv that implement WindowEventListener
 class BasicSessionControlPolicy
          A basic session control policy which does nothing.
 class MasterWindowSessionControlPolicy
          A session control policy for an application session which is controlled by a single master window and terminated when the controlling master window is closed.
 class MultipleWindowsSessionControlPolicy
          A session control policy for an application session which allows multiple top-level main windows and which is terminated when the last main window is closed.
 class WindowEventAdaptor
          Default event listener adapter for receiving winoow life cycle events.
 

Uses of WindowEventListener in com.glaivestone.toolbox.mv.text
 

Classes in com.glaivestone.toolbox.mv.text that implement WindowEventListener
 class SessionStreamWindowController
          Installed on a window used as the system output or error stream.
 


GFL 1.1 API