MindFusion.Java Package Programmer's Guide
EditComponentAdapter Class
See Also
 






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

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

 Syntax

Java  Copy Code

public class EditComponentAdapter implements EditComponentListener

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.diagramming.components.EditComponentAdapter

 See Also

EditComponentAdapter Members
com.mindfusion.diagramming.components Namespace