|
|||||||||||
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.TriggerEvent
Event descriptor used when specific trigger(key/value) 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.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
TriggerEvent(java.lang.Object source,
java.util.Map map)
Constructs a new TriggerEvent with all the given properties. |
|
TriggerEvent(java.lang.Object source,
java.lang.String name,
java.lang.String value)
Constructs a new TriggerEvent 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 trigger key name |
java.lang.String |
getValue()
Returns the trigger 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 TriggerEvent(java.lang.Object source, java.lang.String name, java.lang.String value)
public TriggerEvent(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 |