Class GraphicsNodeMouseAdapter

java.lang.Object
org.apache.batik.gvt.event.GraphicsNodeMouseAdapter
All Implemented Interfaces:
EventListener, GraphicsNodeMouseListener

public abstract class GraphicsNodeMouseAdapter extends Object implements GraphicsNodeMouseListener
An abstract adapter class for receiving graphics node mouse events. The methods in this class are empty. This class exists as convenience for creating listener objects.

Extend this class to create a GraphicsNodeMouseEvent listener and override the methods for the events of interest. (If you implement the GraphicsNodeMouseListener 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.)

Version:
$Id: GraphicsNodeMouseAdapter.java 1733416 2016-03-03 07:07:13Z gadams $