DroidDiagram Programmer's Guide
SelectionEvent Constructor
See Also
 






Initializes a new instance of the SelectionEvent class.

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

 Syntax

Java  Copy Code

public SelectionEvent (
    Object source,
    Point2D mousePosition,
    AdjustmentHandle adjustmentHandle
)

 Parameters

source

The source of the event.

mousePosition

The position of the mouse cursor, in document coordinates.

adjustmentHandle

The adjustment handle being moved by the user.

 See Also

SelectionEvent Class
com.mindfusion.diagramming Namespace