Package org.omnifaces.event

Class Summary
FacesEventWrapper Provides a simple implementation of FacesEvent that can be sub-classed by developers wishing to provide specialized behavior to an existing FacesEvent instance without the need to implement/override all the methods which do not necessarily need to be implemented.
PostInvokeActionEvent Use this event to have a hook on a listener method during the afterphase of the PhaseId.INVOKE_APPLICATION.
PreInvokeActionEvent Use this event to have a hook on a listener method during the beforephase of the PhaseId.INVOKE_APPLICATION.