Package adams.event

Class FlowSetupStateEvent

  • All Implemented Interfaces:
    Serializable

    public class FlowSetupStateEvent
    extends EventObject
    Event that gets sent by a FlowSetup when the execution of a flow has started, finished, etc.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Constructor Detail

      • FlowSetupStateEvent

        public FlowSetupStateEvent​(FlowSetup source,
                                   FlowSetupStateEvent.Type type)
        Initializes the event.
        Parameters:
        source - the setup that triggered the event
        type - the type of event
    • Method Detail

      • getFlowSetup

        public FlowSetup getFlowSetup()
        Returns the setup that triggered the event.
        Returns:
        the setup