Class FlowEvent

    • Constructor Detail

      • FlowEvent

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

      • 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()