MindFusion.Java Package Programmer's Guide
ComponentMouseEventAdapter Members
Constructors Methods
 


Provides empty implementations for the methods defined in the ComponentMouseEventListener interface. This lets you override only the handlers for the events you are interested in, instead of implementing all methods of ComponentMouseEventListener.

The following tables list the members exposed by the ComponentMouseEventAdapter type.

 Public Constructors

  Name Description

ComponentMouseEventAdapter

 

 Public Methods

  Name Description

mouseClicked

Raised when mouse button is clicked over the component.

mouseMove

Raised when the mouse moves over the component.

 See Also

ComponentMouseEventAdapter Class
com.mindfusion.diagramming.components Namespace