public class StatementLifecycleEvent
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
StatementLifecycleEvent.LifecycleEventType
Event types.
|
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.
|
public EPStatement getStatement()
public StatementLifecycleEvent.LifecycleEventType getEventType()
public java.lang.Object[] getParameters()