diva.canvas.event
Class LayerMotionAdapter

java.lang.Object
  extended by diva.canvas.event.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: LayerMotionAdapter.java 38798 2005-07-08 20:00:01Z cxh $
Author:
John Reekie

Constructor Summary
LayerMotionAdapter()
           
 
Method Summary
 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()
Method Detail

mouseEntered

public void mouseEntered(LayerEvent e)
Invoked when the mouse enters a layer or figure.

Specified by:
mouseEntered in interface LayerMotionListener

mouseExited

public void mouseExited(LayerEvent e)
Invoked when the mouse exits a layer or figure.

Specified by:
mouseExited in interface LayerMotionListener

mouseMoved

public void mouseMoved(LayerEvent e)
Invoked when the mouse moves while over a layer or figure.

Specified by:
mouseMoved in interface LayerMotionListener