|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Graph2DSelectionListener
The listener interface for receiving Graph2DSelectionEvents. The class that is interested in processing a selection event implements this interface. The object created with that class is then registered with a Graph2D. When the selection state of a node or an edge within the graph changes, the listener object's selectionStateChanged method is invoked.
Method Summary | |
---|---|
void |
onGraph2DSelectionEvent(Graph2DSelectionEvent e)
Invoked when the structure of the graph has changed. |
Method Detail |
---|
void onGraph2DSelectionEvent(Graph2DSelectionEvent e)
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |