com.taursys.xml.event
Class InputEvent
java.lang.Object
java.util.EventObject
com.taursys.xml.event.ParameterEvent
com.taursys.xml.event.InputEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class InputEvent
- extends ParameterEvent
Event descriptor used when input is received. It contains
information about the source of the event. If this event is used for a
single parameter, then the parameter name and the value received properties
are set and the Map property is null. If this event is used for propagation
of multiple parameters, then the map property is set and the name and value
properties are null.
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
InputEvent(java.lang.Object source)
Constructs a new InputEvent with the given Object as the source. |
InputEvent(java.lang.Object source,
java.util.Map map)
Constructs a new InputEvent with all the given properties. |
InputEvent(java.lang.Object source,
java.lang.String name,
java.lang.String value)
Constructs a new InputEvent with all the given properties. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InputEvent
public InputEvent(java.lang.Object source)
- Constructs a new InputEvent with the given Object as the source.
InputEvent
public InputEvent(java.lang.Object source,
java.lang.String name,
java.lang.String value)
- Constructs a new InputEvent with all the given properties.
InputEvent
public InputEvent(java.lang.Object source,
java.util.Map map)
- Constructs a new InputEvent with all the given properties.
Copyright © 2007 Martin T Phelan. All Rights Reserved.