Package io.guise.framework.platform
Class PlatformFocusEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.globalmentor.event.AbstractEvent
-
- io.guise.framework.event.AbstractGuiseEvent
-
- io.guise.framework.platform.AbstractPlatformEvent
-
- io.guise.framework.platform.AbstractDepictEvent
-
- io.guise.framework.platform.PlatformFocusEvent
-
- All Implemented Interfaces:
com.globalmentor.event.Event
,GuiseEvent
,DepictEvent
,PlatformEvent
,PlatformMessage
,java.io.Serializable
public class PlatformFocusEvent extends AbstractDepictEvent
Indicates that a component has received focus on the platform.- Author:
- Garret Wilson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlatformFocusEvent(DepictedObject depictedObject)
Constructs a focus control event.
-
Method Summary
-
Methods inherited from class io.guise.framework.platform.AbstractDepictEvent
getDepictedObject
-
Methods inherited from class io.guise.framework.event.AbstractGuiseEvent
getSession
-
-
-
-
Constructor Detail
-
PlatformFocusEvent
public PlatformFocusEvent(DepictedObject depictedObject)
Constructs a focus control event.- Parameters:
depictedObject
- The depicted object on which the event initially occurred.- Throws:
java.lang.NullPointerException
- if the given depicted object isnull
.
-
-