public class TLcyActiveContextEvent
extends java.util.EventObject
Constructor and Description |
---|
TLcyActiveContextEvent(TLcyActionBarManager source,
java.lang.Object aContext)
Create a new event for the specified action bar manager and context object.
|
Modifier and Type | Method and Description |
---|---|
TLcyActionBarManager |
getActionBarManager()
Returns the action bar manager in which the context became active or non-active.
|
java.lang.Object |
getContext()
Returns the context that has become active or non-active.
|
public TLcyActiveContextEvent(TLcyActionBarManager source, java.lang.Object aContext)
source
- The action bar manager, which must not be null
.aContext
- The context that has become active or non-active. Must not be
null
.public java.lang.Object getContext()
null
.public TLcyActionBarManager getActionBarManager()
null
.