|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The BaseCompositeListener interface defines an object that can
be notified about events that are generated by a BaseComposite.
The BaseCompositeListener interface can't be registered at
the CompositeLine or the Composite. Furthermore
it is common to the CompositeLineListener interface and the
CompositeListener interface in order to define the callbacks
that are common to both of them.
EventListenerTag| Method Summary | |
void |
mouseClick(BCMouseEvent event)
This method is called when a mouse button has been pressed and released upon a BaseComposite. |
void |
mouseDown(BCMouseEvent event)
This methods is called when a mouse button has been pressed upon a BaseComposite. |
void |
mouseEnter(BCMouseEvent event)
This method is called when the mouse enters the BaseComposite. |
void |
mouseExit(BCMouseEvent event)
This method is called when the mouse exits the BaseComposite. |
void |
mouseUp(BCMouseEvent event)
This methods is called when a mouse button has been pressed upon a BaseComposite and it will be released. |
void |
postSelect(BCSelectEvent event)
This method is called whenever a Composite has been
selected. |
void |
preSelect(BCSelectEvent event)
This method is called before a Composite is being selected. |
| Method Detail |
public void preSelect(BCSelectEvent event)
Composite is being selected.
event - the SelectEventBCSelectEventpublic void postSelect(BCSelectEvent event)
Composite has been
selected.
event - the SelectEventBCSelectEventpublic void mouseEnter(BCMouseEvent event)
BaseComposite. Enter means that the hotspot of the mouse
cursor lies within the bounding box of the BaseComposite
event - the BCMouseEventpublic void mouseExit(BCMouseEvent event)
BaseComposite. Exit means that the hotspot of the mouse
cursor lies no longer within the bounding box of the
BaseComposite
event - the BCMouseEventpublic void mouseDown(BCMouseEvent event)
BaseComposite.
event - the BCMouseEventpublic void mouseUp(BCMouseEvent event)
BaseComposite and it will be released.
event - the BCMouseEventpublic void mouseClick(BCMouseEvent event)
BaseComposite.
event - the BCMouseEvent
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||