Class GraphicsNodeMouseAdapter

  • All Implemented Interfaces:
    java.util.EventListener, GraphicsNodeMouseListener

    public abstract class GraphicsNodeMouseAdapter
    extends java.lang.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.)