Uses of Enum Class
java.awt.desktop.UserSessionEvent.Reason
Package
Description
Provides interfaces and classes for interaction with various desktop
capabilities.
-
Uses of UserSessionEvent.Reason in java.awt.desktop
Modifier and TypeMethodDescriptionUserSessionEvent.getReason()
Gets a reason of the user session change.static UserSessionEvent.Reason
Returns the enum constant of this class with the specified name.static UserSessionEvent.Reason[]
UserSessionEvent.Reason.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionUserSessionEvent(UserSessionEvent.Reason reason)
Constructs aUserSessionEvent
.