|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConceptMapListener
The listener interface for receiving conceptMap events. The class that is
interested in processing a conceptMap event implements this interface, and
the object created with that class is registered with a component using the
component's
addConceptMapListener
method. When
the conceptMap event occurs, that object's appropriate
method is invoked.
ConceptMapEvent
Method Summary
void
nodeConnected(GraphLink link)
Node connected.
void
nodeDisconnected(GraphLink link)
Node disconnected.
Method Detail
nodeConnected
void nodeConnected(GraphLink link)
link
- the link
nodeDisconnected
void nodeDisconnected(GraphLink link)
link
- the link
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD