public class StatementLifecycleEvent
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
StatementLifecycleEvent.LifecycleEventType
Event types.
|
Modifier | Constructor and Description |
---|---|
protected |
StatementLifecycleEvent(EPStatement statement,
StatementLifecycleEvent.LifecycleEventType eventType,
java.lang.Object... parameters)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
StatementLifecycleEvent.LifecycleEventType |
getEventType()
Returns the event type.
|
java.lang.Object[] |
getParameters()
Returns event parameters.
|
EPStatement |
getStatement()
Returns the statement instance for the event.
|
protected StatementLifecycleEvent(EPStatement statement, StatementLifecycleEvent.LifecycleEventType eventType, java.lang.Object... parameters)
statement
- the statementeventType
- the tyoe if eventparameters
- event parameterspublic EPStatement getStatement()
public StatementLifecycleEvent.LifecycleEventType getEventType()
public java.lang.Object[] getParameters()