NORSYS SOFTWARE © 2012 | NETICA API | JAVA   VERSION   5.04  |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface that defines two methods, one which should add a mouseListener to this Component and all contained (recursively) Components for which mouse events may be listened for.
Method Summary | |
void |
addListenerToAllComponents(java.util.EventListener eventListener)
Add the given EventListener to this object and, if it is a Container, to all RecursingEventListeners it contains. |
void |
removeListenerFromAllComponents(java.util.EventListener eventListener)
Remove the given EventListener from this object and, if it is a Container, from all RecursingEventListeners it contains. |
Method Detail |
public void addListenerToAllComponents ( |
| ) |
EventListener | eventListener | The listener to be added to this component and to any of its children that are also RecursingEventListeners. |
removeListenerFromAllComponents | removes it instead |
public void removeListenerFromAllComponents ( |
| ) |
EventListener | eventListener | The listener to be removed from this component and from any of its children that are also RecursingEventListeners. |
addListenerToAllComponents | adds it instead |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |