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 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 occurred
      view - view instance the lifecycle is being processed for
      model - object containing the model data
      eventElement - element instance the event occurred on/for