Uses of Class
com.glaivestone.javax.util.ConfirmationEventObject

Packages that use ConfirmationEventObject
com.glaivestone.javax.execution Mechanisms to support dynamically-bound code execution and to provide a simple framework for managing an application execution session. 
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). 
 

Uses of ConfirmationEventObject in com.glaivestone.javax.execution
 

Subclasses of ConfirmationEventObject in com.glaivestone.javax.execution
 class SessionEvent
          A session event is fired to notify listeners of general session life-cycle events such as startup and shutdown.
 

Uses of ConfirmationEventObject in com.glaivestone.mv
 

Subclasses of ConfirmationEventObject in com.glaivestone.mv
 class WindowEvent
          A window event is fired to notify listeners of window life-cycle events.
 


GFL 1.1 API