Uses of Class
org.gatein.pc.api.StateEvent.Type
-
Packages that use StateEvent.Type Package Description org.gatein.pc.api -
-
Uses of StateEvent.Type in org.gatein.pc.api
Methods in org.gatein.pc.api that return StateEvent.Type Modifier and Type Method Description StateEvent.TypeStateEvent. getType()static StateEvent.TypeStateEvent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static StateEvent.Type[]StateEvent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.gatein.pc.api with parameters of type StateEvent.Type Constructor Description StateEvent(PortletContext context, StateEvent.Type type)
-