public class ProcessHandlerRT extends EventHandlerRT
vo
Constructor and Description |
---|
ProcessHandlerRT(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.
|
private void |
executeCommand(java.lang.String command) |
public ProcessHandlerRT(EventHandlerVO vo)
public void eventRaised(EventInstance evt)
EventHandlerRT
eventRaised
in class EventHandlerRT
for details.
public void eventInactive(EventInstance evt)
EventHandlerRT
eventInactive
in class EventHandlerRT
for details.
private void executeCommand(java.lang.String command)