Provides empty implementations for the methods defined in the DiagramListener interface. This lets you override only the handlers for the events you are interested in, instead of implementing all methods of DiagramListener.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public class DiagramAdapter implements DiagramListener |
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.diagramming.DiagramAdapter
See Also