Package com.luciad.lucy.gui
Class TLcyActiveContextEvent
java.lang.Object
java.util.EventObject
com.luciad.lucy.gui.TLcyActiveContextEvent
- All Implemented Interfaces:
Serializable
Event fired when the active context changes.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionTLcyActiveContextEvent
(TLcyActionBarManager source, Object aContext) Create a new event for the specified action bar manager and context object. -
Method Summary
Modifier and TypeMethodDescriptionReturns the action bar manager in which the context became active or non-active.Returns the context that has become active or non-active.Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
TLcyActiveContextEvent
Create a new event for the specified action bar manager and context object.- Parameters:
source
- The action bar manager, which must not benull
.aContext
- The context that has become active or non-active. Must not benull
.
-
-
Method Details
-
getContext
Returns the context that has become active or non-active.- Returns:
- The context that has become active or non-active. Never
null
.
-
getActionBarManager
Returns the action bar manager in which the context became active or non-active.- Returns:
- The action bar manager in which the context became active or non-active. Never
null
.
-