Uses of Class
org.webswing.toolkit.api.lifecycle.ShutdownReason
-
Packages that use ShutdownReason Package Description org.webswing.toolkit.api.lifecycle -
-
Uses of ShutdownReason in org.webswing.toolkit.api.lifecycle
Methods in org.webswing.toolkit.api.lifecycle that return ShutdownReason Modifier and Type Method Description ShutdownReasonOnBeforeShutdownEvent. getReason()static ShutdownReasonShutdownReason. valueOf(String name)Returns the enum constant of this type with the specified name.static ShutdownReason[]ShutdownReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.webswing.toolkit.api.lifecycle with parameters of type ShutdownReason Constructor Description OnBeforeShutdownEvent(ShutdownReason reason)
-