diva.canvas.event
Interface LayerMotionListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
Interactor
All Known Implementing Classes:
AbstractInteractor, ActionInteractor, ActorEditorGraphController.LinkCreator, ActorEditorGraphController.RelationCreator, ArcInteractor, AttributeBoundsManipulator.Resizer, BasicGraphController.NodeCreator, BoundedDragInteractor, BoundsManipulator.Resizer, CircleManipulator.Resizer, CompositeInteractor, ConnectorInteractor, ConnectorManipulator.TargetHighlighter, DragInteractor, EdgeCreator, EdgeInteractor, FigureInteractor, FSMGraphController.LinkCreator, FSMGraphController.LinkCreator, LayerEventMulticaster, LayerMotionAdapter, LayerMouseAdapter, LocatableNodeDragInteractor, MenuCreator, NodeDragInteractor, NodeInteractor, PathManipulator.Resizer, SelectionDragger, SelectionInteractor, ViewScreen2D.ViewScreen2DListener

public interface LayerMotionListener
extends java.util.EventListener

The interface for listeners that respond to motion of the mouse over a figure.

Version:
$Id: LayerMotionListener.java 38798 2005-07-08 20:00:01Z cxh $
Author:
John Reekie

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.
 

Method Detail

mouseEntered

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


mouseExited

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


mouseMoved

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