Class StateDeletedEvent

java.lang.Object
de.xima.fc.gui.bean.designer.event.StateDeletedEvent
All Implemented Interfaces:
IDesignerConversationEvent, IApplicationEvent, ISessionConversationEvent, ISessionEvent, IEvent, Serializable

public class StateDeletedEvent extends Object
When the state list was updated in the workflow designer.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

  • Method Details

    • getDeletedState

      public WorkflowStateModel getDeletedState()
    • getStateList

      public StateList getStateList()
    • isImmediate

      public boolean isImmediate()
      Returns:
      true if the state was added immediately in reaction to a user interaction. If so, immediately reloads the config without a delay, and may also show a loading dialog.
    • getSourceTabId

      public String getSourceTabId()
      Specified by:
      getSourceTabId in interface IDesignerConversationEvent
      Returns:
      ID of the tab (see TabModel.getId()) that issued the event. Empty string if the event was issued by the designer parent frame.