org.apache.batik.gvt.event
public abstract class GraphicsNodeKeyAdapter extends Object implements GraphicsNodeKeyListener
Extend this class to create a GraphicsNodeKeyEvent listener and override the methods for the events of interest. (If you implement the GraphicsNodeKeyListener interface, you have to define all of the methods in it. This abstract class defines null methods for them all, so you can only have to define methods for events you care about.)
Method Summary | |
---|---|
void | keyPressed(GraphicsNodeKeyEvent evt) |
void | keyReleased(GraphicsNodeKeyEvent evt) |
void | keyTyped(GraphicsNodeKeyEvent evt) |