public interface EventContext
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAttribute(java.lang.String name) |
com.tibco.aff.eca.base.EventInfo |
getEventInfo() |
com.tibco.aff.eca.base.BaseApplicationEventEDS |
getEventObject() |
void |
setAttribute(java.lang.String name,
java.lang.Object object)
Binds an object to a given attribute name in this context.
|
void |
setEventInfo(com.tibco.aff.eca.base.EventInfo eventInfo) |
java.lang.Object getAttribute(java.lang.String name)
void setAttribute(java.lang.String name, java.lang.Object object)
name
- a String specifying the name of the attributeobject
- an Object representing the attribute to be bound.void setEventInfo(com.tibco.aff.eca.base.EventInfo eventInfo)
com.tibco.aff.eca.base.EventInfo getEventInfo()
com.tibco.aff.eca.base.BaseApplicationEventEDS getEventObject()