Uses of Class
adams.event.FlowPauseStateEvent.Type
-
Packages that use FlowPauseStateEvent.Type Package Description adams.event -
-
Uses of FlowPauseStateEvent.Type in adams.event
Fields in adams.event declared as FlowPauseStateEvent.Type Modifier and Type Field Description protected FlowPauseStateEvent.Type
FlowPauseStateEvent. m_Type
the type of event.Methods in adams.event that return FlowPauseStateEvent.Type Modifier and Type Method Description FlowPauseStateEvent.Type
FlowPauseStateEvent. getType()
Returns the type of event.static FlowPauseStateEvent.Type
FlowPauseStateEvent.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static FlowPauseStateEvent.Type[]
FlowPauseStateEvent.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 FlowPauseStateEvent.Type Constructor Description FlowPauseStateEvent(Actor source, FlowPauseStateEvent.Type type)
Initializes the event.
-