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

Packages that use VetoException
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.javax.util Extensions to the standard Java java.util package. 
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 VetoException in com.glaivestone.javax.execution
 

Methods in com.glaivestone.javax.execution that throw VetoException
 void SessionEventListener.confirmSessionShutdown(SessionEvent event)
          Vetoable confirmation event notification that session shutdown processing is about to be initiated.
 void SessionEventAdaptor.confirmSessionShutdown(SessionEvent event)
          Vetoable confirmation event notification that session shutdown processing is about to be initiated.
 

Uses of VetoException in com.glaivestone.javax.util
 

Methods in com.glaivestone.javax.util that throw VetoException
 void ConfirmationEventObject.veto()
          Veto the proposed action.
 

Uses of VetoException in com.glaivestone.mv
 

Methods in com.glaivestone.mv that throw VetoException
 void WindowEventAdaptor.confirmWindowClose(WindowEvent event)
          Confirmation event that a window is about to be closed.
 void WindowEventListener.confirmWindowClose(WindowEvent event)
          Confirmation event that a window is about to be closed.
 

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

Methods in com.glaivestone.toolbox.mv.text that throw VetoException
 void SessionStreamWindowController.confirmWindowClose(WindowEvent event)
          Confirmation event that a window is about to be closed if the operation is not vetoed by a listener.
 


GFL 1.1 API