protected class ViewLifecycle.EventRegistration extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
ViewLifecycle.LifecycleEvent |
getEvent()
Event the registration is for.
|
Component |
getEventComponent()
Component instance the event should occur for/on.
|
LifecycleEventListener |
getEventListener()
Listener class that should be invoked when the event occurs.
|
void |
setEvent(ViewLifecycle.LifecycleEvent event)
Sets the registered Event.
|
void |
setEventComponent(Component eventComponent)
Sets the component.
|
void |
setEventListener(LifecycleEventListener eventListener)
Sets the event listener.
|
public ViewLifecycle.LifecycleEvent getEvent()
ViewLifecycle.LifecycleEventpublic Component getEventComponent()
public LifecycleEventListener getEventListener()
public void setEvent(ViewLifecycle.LifecycleEvent event)
event - The registered event.getEvent()public void setEventComponent(Component eventComponent)
eventComponent - The component.getEventComponent()public void setEventListener(LifecycleEventListener eventListener)
eventListener - The event listener.getEventListener()Copyright © 2005–2014 The Kuali Foundation. All rights reserved.