Uses of Class
com.taursys.xml.event.CloseFormEvent

Packages that use CloseFormEvent
com.taursys.xml This package contains the core Mapper XML components and containers. 
com.taursys.xml.event This package contains event related classes for Mapper XML components. 
 

Uses of CloseFormEvent in com.taursys.xml
 

Methods in com.taursys.xml with parameters of type CloseFormEvent
protected  void Form.processCloseFormEvent(CloseFormEvent e)
          Processes a given CloseFormEvent by invoking the Form's closeForm method, then dispatching an CloseFormEvent to the Form's children, and finally propagating the CloseFormEvent to registered listeners.
protected  void Form.fireCloseFormReceived(CloseFormEvent e)
          Notifies all registered listeners of a given CloseFormEvent
 

Uses of CloseFormEvent in com.taursys.xml.event
 

Methods in com.taursys.xml.event with parameters of type CloseFormEvent
 void CloseFormListener.closeForm(CloseFormEvent e)
          Message to tell a Component to render itself to the output system.
 



Copyright © 2007 Martin T Phelan. All Rights Reserved.