Uses of Interface
adams.event.FlowSetupStateListener
-
Packages that use FlowSetupStateListener Package Description adams.flow.setup adams.gui.flow.setup -
-
Uses of FlowSetupStateListener in adams.flow.setup
Classes in adams.flow.setup that implement FlowSetupStateListener Modifier and Type Class Description class
FlowSetupManager
Manages several setups.Fields in adams.flow.setup with type parameters of type FlowSetupStateListener Modifier and Type Field Description protected HashSet<FlowSetupStateListener>
FlowSetup. m_FlowSetupStateListeners
the listeners for the flow execution to finish.Methods in adams.flow.setup that return types with arguments of type FlowSetupStateListener Modifier and Type Method Description protected HashSet<FlowSetupStateListener>
FlowSetup. getFlowSetupStateChangeListeners()
Returns the listeners hashtable, instantiates it if necessary.Methods in adams.flow.setup with parameters of type FlowSetupStateListener Modifier and Type Method Description void
FlowSetup. addFlowSetupStateChangeListener(FlowSetupStateListener l)
Adds the listener to the internal list.void
FlowSetup. removeFlowSetupStateChangeListener(FlowSetupStateListener l)
Removes the listener to the internal list. -
Uses of FlowSetupStateListener in adams.gui.flow.setup
Classes in adams.gui.flow.setup that implement FlowSetupStateListener Modifier and Type Class Description class
FlowSetupTableModel
A table model for FlowSetup objects.
-