public class ScriptHandlerRT extends EventHandlerRT
vo| Constructor and Description |
|---|
ScriptHandlerRT(EventHandlerVO vo) |
| Modifier and Type | Method and Description |
|---|---|
void |
eventInactive(EventInstance evt)
Called when the event is considered inactive.
|
void |
eventRaised(EventInstance evt)
Not all events that are raised are made active.
|
public ScriptHandlerRT(EventHandlerVO vo)
public void eventInactive(EventInstance evt)
EventHandlerRTeventInactive in class EventHandlerRTfor details.public void eventRaised(EventInstance evt)
EventHandlerRTeventRaised in class EventHandlerRTfor details.