Class LayerMotionAdapter

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

    public class LayerMotionAdapter
    extends java.lang.Object
    implements LayerMotionListener
    An adapter for layer motion listeners. The methods in this class are empty -- the class is provided to make it easier to produce anonymous LayerMotionListeners.
    Version:
    $Id$
    Author:
    John Reekie
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void mouseEntered​(LayerEvent e)
      Invoked when the mouse enters a layer or figure.
      void mouseExited​(LayerEvent e)
      Invoked when the mouse exits a layer or figure.
      void mouseMoved​(LayerEvent e)
      Invoked when the mouse moves while over a layer or figure.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LayerMotionAdapter

        public LayerMotionAdapter()