Package adams.event
Interface FlowSetupStateListener
-
- All Known Implementing Classes:
FlowSetupManager
,FlowSetupTableModel
public interface FlowSetupStateListener
Interface for classes that listen for changes in the state of flow setups, like starting a flow, finishing, etc.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
flowSetupStateChanged(FlowSetupStateEvent e)
Gets called when the state of the flow setup changed.
-
-
-
Method Detail
-
flowSetupStateChanged
void flowSetupStateChanged(FlowSetupStateEvent e)
Gets called when the state of the flow setup changed.- Parameters:
e
- the event
-
-