All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aioli.gfxobj.VtpMouseMotionListener

java.lang.Object
   |
   +----figue.event.DefaultListener
           |
           +----figue.event.DefaultMouseMotionListener
                   |
                   +----aioli.gfxobj.VtpMouseMotionListener

public class VtpMouseMotionListener
extends DefaultMouseMotionListener
A simple listener that implements the drag


Constructor Index

 o VtpMouseMotionListener(InteractiveFacade, Ctedit)

Method Index

 o dragging(PointingEvent)
 o startDragging(PointingEvent)

Constructors

 o VtpMouseMotionListener
 public VtpMouseMotionListener(InteractiveFacade aFacade,
                               Ctedit ct)

Methods

 o startDragging
 public final void startDragging(PointingEvent anEvent)
Overrides:
startDragging in class DefaultMouseMotionListener
 o dragging
 public void dragging(PointingEvent anEvent)
Overrides:
dragging in class DefaultMouseMotionListener

All Packages  Class Hierarchy  This Package  Previous  Next  Index