Package | Description |
---|---|
com.espertech.esper.epl.named |
Named window classes are in this package
|
Modifier and Type | Method and Description |
---|---|
NamedWindowLifecycleEvent.LifecycleEventType |
NamedWindowLifecycleEvent.getEventType()
Returns the event type.
|
static NamedWindowLifecycleEvent.LifecycleEventType |
NamedWindowLifecycleEvent.LifecycleEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamedWindowLifecycleEvent.LifecycleEventType[] |
NamedWindowLifecycleEvent.LifecycleEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
NamedWindowLifecycleEvent(String name,
NamedWindowProcessor processor,
NamedWindowLifecycleEvent.LifecycleEventType eventType,
Object... parameters)
Ctor.
|