Uses of Class
org.glassfish.appclient.server.core.jws.JavaWebStartState.Action
-
Packages that use JavaWebStartState.Action Package Description org.glassfish.appclient.server.core.jws -
-
Uses of JavaWebStartState.Action in org.glassfish.appclient.server.core.jws
Methods in org.glassfish.appclient.server.core.jws that return JavaWebStartState.Action Modifier and Type Method Description static JavaWebStartState.ActionJavaWebStartState.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static JavaWebStartState.Action[]JavaWebStartState.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.appclient.server.core.jws with parameters of type JavaWebStartState.Action Modifier and Type Method Description voidJavaWebStartState. transition(JavaWebStartState.Action action, Runnable task)Records a transition to the new state that is implied by the current state and the specified action, executing the associated task as part of the transition (if the transition is valid).
-