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.
Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components
SyntaxJava
Copy Code
|
|---|
public class ComponentMouseEventAdapter implements ComponentMouseEventListener |
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.diagramming.components.ComponentMouseEventAdapter
See Also