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






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

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

 Syntax

Java  Copy Code

public class ComponentKeyEventAdapter implements ComponentKeyEventListener

 Inheritance Hierarchy

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

 See Also

ComponentKeyEventAdapter Members
com.mindfusion.diagramming.components Namespace