Class StateAddedEvent
- java.lang.Object
- 
- de.xima.fc.gui.bean.designer.event.StateAddedEvent
 
- 
- All Implemented Interfaces:
- IDesignerConversationEvent,- IApplicationEvent,- ISessionConversationEvent,- ISessionEvent,- IEvent,- Serializable
 
 public class StateAddedEvent extends Object When the state list was updated in the workflow designer.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description StateAddedEvent(EContentView contentView, StateList stateList, WorkflowStateModel addedState, boolean immediate)StateAddedEvent(String sourceTabId, StateList stateList, WorkflowStateModel addedState, boolean immediate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowStateModelgetAddedState()StringgetSourceTabId()StateListgetStateList()booleanisImmediate()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface de.xima.fc.gui.bean.designer.event.IDesignerConversationEventgetSourceTabView
 
- 
 
- 
- 
- 
Constructor Detail- 
StateAddedEventpublic StateAddedEvent(EContentView contentView, StateList stateList, WorkflowStateModel addedState, boolean immediate) 
 - 
StateAddedEventpublic StateAddedEvent(String sourceTabId, StateList stateList, WorkflowStateModel addedState, boolean immediate) 
 
- 
 - 
Method Detail- 
getAddedStatepublic WorkflowStateModel getAddedState() 
 - 
getStateListpublic StateList getStateList() 
 - 
isImmediatepublic 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.
 
 - 
getSourceTabIdpublic String getSourceTabId() - Specified by:
- getSourceTabIdin 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.
 
 
- 
 
-