Uses of Class
adams.event.FlowSetupStateEvent
-
Packages that use FlowSetupStateEvent Package Description adams.event adams.flow.setup adams.gui.flow.setup -
-
Uses of FlowSetupStateEvent in adams.event
Methods in adams.event with parameters of type FlowSetupStateEvent Modifier and Type Method Description void
FlowSetupStateListener. flowSetupStateChanged(FlowSetupStateEvent e)
Gets called when the state of the flow setup changed. -
Uses of FlowSetupStateEvent in adams.flow.setup
Methods in adams.flow.setup with parameters of type FlowSetupStateEvent Modifier and Type Method Description void
FlowSetupManager. flowSetupStateChanged(FlowSetupStateEvent e)
Gets called when the state of the flow setup changed.void
FlowSetup. notifyFlowSetupStateChangeListeners(FlowSetupStateEvent e)
Notifies all listeners. -
Uses of FlowSetupStateEvent in adams.gui.flow.setup
Methods in adams.gui.flow.setup with parameters of type FlowSetupStateEvent Modifier and Type Method Description void
FlowSetupTableModel. flowSetupStateChanged(FlowSetupStateEvent e)
Gets called when the flow execution finished.
-