Uses of Class
adams.event.FlowSetupStateEvent.Type
-
Packages that use FlowSetupStateEvent.Type Package Description adams.event -
-
Uses of FlowSetupStateEvent.Type in adams.event
Fields in adams.event declared as FlowSetupStateEvent.Type Modifier and Type Field Description protected FlowSetupStateEvent.Type
FlowSetupStateEvent. m_Type
the type of event.Methods in adams.event that return FlowSetupStateEvent.Type Modifier and Type Method Description FlowSetupStateEvent.Type
FlowSetupStateEvent. getType()
Returns the type of event.static FlowSetupStateEvent.Type
FlowSetupStateEvent.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static FlowSetupStateEvent.Type[]
FlowSetupStateEvent.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in adams.event with parameters of type FlowSetupStateEvent.Type Constructor Description FlowSetupStateEvent(FlowSetup source, FlowSetupStateEvent.Type type)
Initializes the event.
-