public abstract class EventHandlerRT
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected EventHandlerVO |
vo |
| Constructor and Description |
|---|
EventHandlerRT() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
eventInactive(EventInstance evt)
Called when the event is considered inactive.
|
abstract void |
eventRaised(EventInstance evt)
Not all events that are raised are made active.
|
protected EventHandlerVO vo
public abstract void eventRaised(EventInstance evt)
evt - for details.public abstract void eventInactive(EventInstance evt)
evt - for details.