Class StateChangedEvent
java.lang.Object
de.xima.fc.gui.bean.designer.event.StateChangedEvent
- All Implemented Interfaces:
IDesignerConversationEvent,IApplicationEvent,ISessionConversationEvent,ISessionEvent,IEvent,Serializable
When the state list was updated in the workflow designer.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStateChangedEvent(EContentView contentView, StateList stateList, WorkflowStateModel changedState, EWorkflowStateModelProperty property, boolean immediate) StateChangedEvent(String sourceTabId, StateList stateList, WorkflowStateModel changedState, EWorkflowStateModelProperty property, boolean immediate) -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.xima.fc.gui.bean.designer.event.IDesignerConversationEvent
getSourceTabView
-
Constructor Details
-
StateChangedEvent
public StateChangedEvent(EContentView contentView, StateList stateList, WorkflowStateModel changedState, EWorkflowStateModelProperty property, boolean immediate) -
StateChangedEvent
public StateChangedEvent(String sourceTabId, StateList stateList, WorkflowStateModel changedState, EWorkflowStateModelProperty property, boolean immediate)
-
-
Method Details
-
getChangedState
-
getProperty
-
getStateList
-
isImmediate
public boolean isImmediate()- Returns:
trueif 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
- Specified by:
getSourceTabIdin interfaceIDesignerConversationEvent- Returns:
- ID of the tab (see
TabModel.getId()) that issued the event. Empty string if the event was issued by the designer parent frame.
-