com.espertech.esper.epl.named
Class NamedWindowLifecycleEvent

java.lang.Object
  extended by com.espertech.esper.epl.named.NamedWindowLifecycleEvent

public class NamedWindowLifecycleEvent
extends java.lang.Object

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

NamedWindowLifecycleEvent

protected NamedWindowLifecycleEvent(java.lang.String name,
                                    NamedWindowProcessor processor,
                                    NamedWindowLifecycleEvent.LifecycleEventType eventType,
                                    java.lang.Object... parameters)
Ctor.

Parameters:
name - is the name of the named window
processor - instance for processing the named window contents
eventType - the type of event
parameters - event parameters
Method Detail

getName

public java.lang.String getName()
Returns the named window name.

Returns:
name

getProcessor

public NamedWindowProcessor getProcessor()
Return the processor originating the event.

Returns:
processor

getEventType

public NamedWindowLifecycleEvent.LifecycleEventType getEventType()
Returns the event type.

Returns:
type of event

getParameters

public java.lang.Object[] getParameters()
Returns event parameters.

Returns:
params

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com