|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject com.taursys.xml.event.ParameterEvent
Event descriptor used when parameters are 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.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ParameterEvent(java.lang.Object source)
Constructs a new ParameterEvent with the given Object as the source. |
|
ParameterEvent(java.lang.Object source,
java.util.Map map)
Constructs a new ParameterEvent with all the given properties. |
|
ParameterEvent(java.lang.Object source,
java.lang.String name,
java.lang.String value)
Constructs a new ParameterEvent with all the given properties. |
Method Summary | |
java.util.Map |
getMap()
Get the Map of all Parameter keys and values. |
java.lang.String |
getName()
Returns the parameter name |
java.lang.String |
getValue()
Returns the parameter value |
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 |
Constructor Detail |
public ParameterEvent(java.lang.Object source)
public ParameterEvent(java.lang.Object source, java.lang.String name, java.lang.String value)
public ParameterEvent(java.lang.Object source, java.util.Map map)
Method Detail |
public java.lang.String getName()
public java.lang.String getValue()
public java.util.Map getMap()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |