Interface LifecycleEventListener
- All Known Implementing Classes:
PageValidationMessages,QuickFinder
public interface LifecycleEventListener
Interface that must be implemented by components that wish to be notified of a lifecycle event.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocessEvent(ViewLifecycle.LifecycleEvent lifecycleEvent, View view, Object model, LifecycleElement eventElement) Invoked on a component listener when an event occurs for the given event component.
-
Method Details
-
processEvent
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.- Parameters:
lifecycleEvent- event that occurredview- view instance the lifecycle is being processed formodel- object containing the model dataeventElement- element instance the event occurred on/for
-