Package se.conciliate.extensions.ui
Class BinderEvent
java.lang.Object
java.util.EventObject
java.awt.AWTEvent
se.conciliate.extensions.ui.BinderEvent
- All Implemented Interfaces:
Serializable
Event class for
BinderListener
.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Indicates that a page closedstatic final int
Indicates that a page openedstatic final int
Indicates that a page was selected (the page's contents is now visible to the user)Fields inherited from class java.awt.AWTEvent
ACTION_EVENT_MASK, ADJUSTMENT_EVENT_MASK, COMPONENT_EVENT_MASK, consumed, CONTAINER_EVENT_MASK, FOCUS_EVENT_MASK, HIERARCHY_BOUNDS_EVENT_MASK, HIERARCHY_EVENT_MASK, id, INPUT_METHOD_EVENT_MASK, INVOCATION_EVENT_MASK, ITEM_EVENT_MASK, KEY_EVENT_MASK, MOUSE_EVENT_MASK, MOUSE_MOTION_EVENT_MASK, MOUSE_WHEEL_EVENT_MASK, PAINT_EVENT_MASK, RESERVED_ID_MAX, TEXT_EVENT_MASK, WINDOW_EVENT_MASK, WINDOW_FOCUS_EVENT_MASK, WINDOW_STATE_EVENT_MASK
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionBinderEvent
(Object source, int id, Page page) Constructs a new binder event. -
Method Summary
Methods inherited from class java.awt.AWTEvent
consume, getID, isConsumed, paramString, setSource, toString
Methods inherited from class java.util.EventObject
getSource
-
Field Details
-
PAGE_OPENED
public static final int PAGE_OPENEDIndicates that a page opened- See Also:
-
PAGE_CLOSED
public static final int PAGE_CLOSEDIndicates that a page closed- See Also:
-
PAGE_SELECTED
public static final int PAGE_SELECTEDIndicates that a page was selected (the page's contents is now visible to the user)- See Also:
-
-
Constructor Details
-
BinderEvent
Constructs a new binder event.- Parameters:
source
- The source of the eventid
- and identifier for this eventpage
- the page that this event applies to
-
-
Method Details
-
getPage
Returns the page that this event applies to.- Returns:
- the page that this event applies to.
-