public class NamedWindowLifecycleEvent
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
NamedWindowLifecycleEvent.LifecycleEventType
Event types.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public java.lang.String getName()
public NamedWindowProcessor getProcessor()
public NamedWindowLifecycleEvent.LifecycleEventType getEventType()
public java.lang.Object[] getParameters()