Class FlowEvent

java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
org.primefaces.event.FlowEvent
All Implemented Interfaces:
Serializable

public class FlowEvent extends javax.faces.event.FacesEvent
See Also:
  • Constructor Details

    • FlowEvent

      public FlowEvent(javax.faces.component.UIComponent component, String oldStep, String newStep)
  • Method Details

    • isAppropriateListener

      public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
      Specified by:
      isAppropriateListener in class javax.faces.event.FacesEvent
    • processListener

      public void processListener(javax.faces.event.FacesListener listener)
      Specified by:
      processListener in class javax.faces.event.FacesEvent
    • getOldStep

      public String getOldStep()
    • getNewStep

      public String getNewStep()