DroidDiagram Programmer's Guide
DiagramAdapter.selectionChanged Method
See Also
 






Called when an item is added to or removed from the selection.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void selectionChanged (
    EventObject e
)

 Parameters

e

An EventObject providing information about the event.

 Remarks

Use the Nodes and Links properties of the diagram's Selection to find out which items are currently selected.

 See Also

DiagramAdapter Members
DiagramAdapter Class
com.mindfusion.diagramming Namespace