Class ModelUpdateEvent

  • All Implemented Interfaces:
    Serializable

    public class ModelUpdateEvent
    extends org.primefaces.event.AbstractAjaxBehaviorEvent
    Event for the Flowchart component, when the process model was updated.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • ModelUpdateEvent

        public ModelUpdateEvent​(javax.faces.component.UIComponent component,
                                javax.faces.component.behavior.Behavior behavior,
                                Set<ElementKey> updatedCustomParams)
        Parameters:
        component - Component where the event originates.
        behavior - Behavior that caused the event.
        updatedCustomParams - Value returned by getUpdatedCustomParams().
    • Method Detail

      • getUpdatedCustomParams

        public Set<ElementKey> getUpdatedCustomParams()
        Returns:
        All elements that had their custom params updated.