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

Packages that use OpenFormEvent
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 OpenFormEvent in com.taursys.xml
 

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

Uses of OpenFormEvent in com.taursys.xml.event
 

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



Copyright © 2007 Martin T Phelan. All Rights Reserved.