Search
ButtonComponentAdapter Class
See Also
 

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

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

 Syntax

Java  Copy Code

public class ButtonComponentAdapter implements ButtonComponentListener

 Inheritance Hierarchy

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

 See Also