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

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

Methods in com.taursys.xml with parameters of type ParameterEvent
protected  void Parameter.processParameterEvent(ParameterEvent e)
          Store value and fires parameter event if event has correct parameter name.
protected  void DispatchingContainer.processParameterEvent(ParameterEvent e)
          Dispatches given ParameterEvent to children then notifies all ParameterListeners of event.
protected  void Component.processParameterEvent(ParameterEvent e)
          Processes a given ParameterEvent.
protected  void Component.fireParameterReceived(ParameterEvent e)
          Notifies all registered listeners of a given ParameterEvent
 

Uses of ParameterEvent in com.taursys.xml.event
 

Subclasses of ParameterEvent in com.taursys.xml.event
 class InputEvent
          Event descriptor used when input is received.
 

Methods in com.taursys.xml.event with parameters of type ParameterEvent
 void ParameterListener.parameterReceived(ParameterEvent e)
          Invoked whenever a parameter is received for the source component
 



Copyright © 2007 Martin T Phelan. All Rights Reserved.