public interface LifecycleEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
processEvent(ViewLifecycle.LifecycleEvent lifecycleEvent,
View view,
Object model,
LifecycleElement eventElement)
Invoked on a component listener when an event occurs for the given event component.
|
void processEvent(ViewLifecycle.LifecycleEvent lifecycleEvent, View view, Object model, LifecycleElement eventElement)
lifecycleEvent - event that occurredview - view instance the lifecycle is being processed formodel - object containing the model dataeventElement - element instance the event occurred on/forCopyright © 2005–2018 The Kuali Foundation. All rights reserved.