Class UserSessionEvent
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.
- Since:
- 9
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Kinds of available reasons of user session change. -
Field Summary
Fields declared in class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionConstructs 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:
-
-
Method Details
-
getReason
Gets a reason of the user session change.- Returns:
- reason a reason
- See Also:
-