Class TLcyActiveContextEvent

java.lang.Object
java.util.EventObject
com.luciad.lucy.gui.TLcyActiveContextEvent
All Implemented Interfaces:
Serializable

public class TLcyActiveContextEvent extends EventObject
Event fired when the active context changes.
See Also:
  • Constructor Details

    • TLcyActiveContextEvent

      public TLcyActiveContextEvent(TLcyActionBarManager source, Object aContext)
      Create a new event for the specified action bar manager and context object.
      Parameters:
      source - The action bar manager, which must not be null.
      aContext - The context that has become active or non-active. Must not be null.
  • Method Details

    • getContext

      public Object getContext()
      Returns the context that has become active or non-active.
      Returns:
      The context that has become active or non-active. Never null.
    • getActionBarManager

      public TLcyActionBarManager 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.