org.apache.batik.gvt.event

Class GraphicsNodeKeyAdapter

public abstract class GraphicsNodeKeyAdapter extends Object implements GraphicsNodeKeyListener

An abstract adapter class for receiving graphics node key events. The methods in this class are empty. This class exists as convenience for creating listener objects.

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
voidkeyPressed(GraphicsNodeKeyEvent evt)
voidkeyReleased(GraphicsNodeKeyEvent evt)
voidkeyTyped(GraphicsNodeKeyEvent evt)

Method Detail

keyPressed

public void keyPressed(GraphicsNodeKeyEvent evt)

keyReleased

public void keyReleased(GraphicsNodeKeyEvent evt)

keyTyped

public void keyTyped(GraphicsNodeKeyEvent evt)
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.