java.lang.Object
java.util.EventObject
java.awt.desktop.AppEvent
java.awt.desktop.UserSessionEvent
- All Implemented Interfaces:
Serializable
Event sent when the user session has been changed. Some systems may provide a
reason of a user session change.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Kinds of available reasons of user session change. -
Field Summary
Fields declared in class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionUserSessionEvent(UserSessionEvent.Reason reason)
Constructs aUserSessionEvent
. -
Method Summary
Modifier and TypeMethodDescriptionGets a reason of the user session change.Methods declared in class java.util.EventObject
getSource, toString
-
Constructor Details
-
UserSessionEvent
Constructs aUserSessionEvent
.- Parameters:
reason
- the reason of the user session change- Throws:
HeadlessException
- ifGraphicsEnvironment.isHeadless()
returnstrue
UnsupportedOperationException
- if Desktop API is not supported on the current platform- See Also:
Desktop.isDesktopSupported()
,GraphicsEnvironment.isHeadless()
-
-
Method Details
-
getReason
Gets a reason of the user session change.- Returns:
- reason a reason
- See Also:
UserSessionEvent.Reason.UNSPECIFIED
,UserSessionEvent.Reason.CONSOLE
,UserSessionEvent.Reason.REMOTE
,UserSessionEvent.Reason.LOCK
-