Uses of Class
java.awt.desktop.UserSessionEvent.Reason
Package | Description |
---|---|
java.awt.desktop |
Provides interfaces and classes for interaction with various desktop
capabilities.
|
-
Uses of UserSessionEvent.Reason in java.awt.desktop
Methods in java.awt.desktop that return UserSessionEvent.Reason Modifier and Type Method Description UserSessionEvent.Reason
UserSessionEvent. getReason()
Gets a reason of the user session change.static UserSessionEvent.Reason
UserSessionEvent.Reason. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserSessionEvent.Reason[]
UserSessionEvent.Reason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in java.awt.desktop with parameters of type UserSessionEvent.Reason Constructor Description UserSessionEvent(UserSessionEvent.Reason reason)
Constructs aUserSessionEvent
.