public class NamedWindowLifecycleEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NamedWindowLifecycleEvent.LifecycleEventType
Event types.
|
Modifier | Constructor and Description |
---|---|
protected |
NamedWindowLifecycleEvent(String name,
NamedWindowProcessor processor,
NamedWindowLifecycleEvent.LifecycleEventType eventType,
Object... parameters)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
NamedWindowLifecycleEvent.LifecycleEventType |
getEventType()
Returns the event type.
|
String |
getName()
Returns the named window name.
|
Object[] |
getParameters()
Returns event parameters.
|
NamedWindowProcessor |
getProcessor()
Return the processor originating the event.
|
protected NamedWindowLifecycleEvent(String name, NamedWindowProcessor processor, NamedWindowLifecycleEvent.LifecycleEventType eventType, Object... parameters)
name
- is the name of the named windowprocessor
- instance for processing the named window contentseventType
- the type of eventparameters
- event parameterspublic String getName()
public NamedWindowProcessor getProcessor()
public NamedWindowLifecycleEvent.LifecycleEventType getEventType()
public Object[] getParameters()