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 classFlowSetupManagerManages several setups.Fields in adams.flow.setup with type parameters of type FlowSetupStateListener Modifier and Type Field Description protected HashSet<FlowSetupStateListener>FlowSetup. m_FlowSetupStateListenersthe 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 voidFlowSetup. addFlowSetupStateChangeListener(FlowSetupStateListener l)Adds the listener to the internal list.voidFlowSetup. 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 classFlowSetupTableModelA table model for FlowSetup objects.
-