Class BackupUnchangeEvent

  • All Implemented Interfaces:
    Serializable

    public class BackupUnchangeEvent
    extends org.primefaces.event.AbstractAjaxBehaviorEvent
    Event for the Flowchart component, when the backup state has no unsaved changed.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BackupUnchangeEvent​(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior)
      Creates a new POJO with the given values.
    • Method Summary

      • Methods inherited from class org.primefaces.event.AbstractAjaxBehaviorEvent

        isAppropriateListener, processListener
      • Methods inherited from class javax.faces.event.BehaviorEvent

        getBehavior
      • Methods inherited from class javax.faces.event.FacesEvent

        getComponent, getFacesContext, getPhaseId, queue, setPhaseId
    • Constructor Detail

      • BackupUnchangeEvent

        public BackupUnchangeEvent​(javax.faces.component.UIComponent component,
                                   javax.faces.component.behavior.Behavior behavior)
        Creates a new POJO with the given values.
        Parameters:
        component - Value that will be returned by FacesEvent.getComponent().
        behavior - Value that will be returned by BehaviorEvent.getBehavior().