Class BinderEvent

java.lang.Object
java.util.EventObject
java.awt.AWTEvent
se.conciliate.extensions.ui.BinderEvent
All Implemented Interfaces:
Serializable

public class BinderEvent extends AWTEvent
Event class for BinderListener.
See Also:
  • Field Details

    • PAGE_OPENED

      public static final int PAGE_OPENED
      Indicates that a page opened
      See Also:
    • PAGE_CLOSED

      public static final int PAGE_CLOSED
      Indicates that a page closed
      See Also:
    • PAGE_SELECTED

      public static final int PAGE_SELECTED
      Indicates that a page was selected (the page's contents is now visible to the user)
      See Also:
  • Constructor Details

    • BinderEvent

      public BinderEvent(Object source, int id, Page page)
      Constructs a new binder event.
      Parameters:
      source - The source of the event
      id - and identifier for this event
      page - the page that this event applies to
  • Method Details

    • getPage

      public Page getPage()
      Returns the page that this event applies to.
      Returns:
      the page that this event applies to.