Class GraphicsNodeChangeAdapter

java.lang.Object
org.apache.batik.gvt.event.GraphicsNodeChangeAdapter
All Implemented Interfaces:
EventListener, GraphicsNodeChangeListener
Direct Known Subclasses:
UpdateTracker

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

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

  • Constructor Details

    • GraphicsNodeChangeAdapter

      public GraphicsNodeChangeAdapter()
  • Method Details