Class BackupDetectEvent

  • All Implemented Interfaces:
    Serializable

    public class BackupDetectEvent
    extends org.primefaces.event.AbstractAjaxBehaviorEvent
    Event for the Flowchart component, when the presence of a backup was detected on the client.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • BackupDetectEvent

        public BackupDetectEvent​(javax.faces.component.UIComponent component,
                                 javax.faces.component.behavior.Behavior behavior,
                                 FlowchartSnapshot snapshot,
                                 EFlowchartBackupRequestSource requestSource)
        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().
        snapshot - Value that will be returned by getSnapshot().
        requestSource - Value that will be returned by getSnapshot().
    • Method Detail

      • getSnapshot

        public FlowchartSnapshot getSnapshot()
        Returns:
        A snapshot (copy) with the backup data that was detected.