|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.named.NamedWindowLifecycleEvent
public class NamedWindowLifecycleEvent
Event indicating named window lifecycle management.
Nested Class Summary | |
---|---|
static class |
NamedWindowLifecycleEvent.LifecycleEventType
Event types. |
Constructor Summary | |
---|---|
protected |
NamedWindowLifecycleEvent(java.lang.String name,
NamedWindowProcessor processor,
NamedWindowLifecycleEvent.LifecycleEventType eventType,
java.lang.Object... parameters)
Ctor. |
Method Summary | |
---|---|
NamedWindowLifecycleEvent.LifecycleEventType |
getEventType()
Returns the event type. |
java.lang.String |
getName()
Returns the named window name. |
java.lang.Object[] |
getParameters()
Returns event parameters. |
NamedWindowProcessor |
getProcessor()
Return the processor originating the event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected NamedWindowLifecycleEvent(java.lang.String name, NamedWindowProcessor processor, NamedWindowLifecycleEvent.LifecycleEventType eventType, java.lang.Object... parameters)
name
- is the name of the named windowprocessor
- instance for processing the named window contentseventType
- the type of eventparameters
- event parametersMethod Detail |
---|
public java.lang.String getName()
public NamedWindowProcessor getProcessor()
public NamedWindowLifecycleEvent.LifecycleEventType getEventType()
public java.lang.Object[] getParameters()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |