java.awt.dnd
Class DropTarget.DropTargetAutoScroller

java.lang.Object
  extended by java.awt.dnd.DropTarget.DropTargetAutoScroller
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
DropTarget

protected static class DropTarget.DropTargetAutoScroller
extends Object
implements ActionListener


Constructor Summary
protected DropTarget.DropTargetAutoScroller(Component c, Point p)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
          This method is invoked when an action occurs.
protected  void stop()
           
protected  void updateLocation(Point newLocn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropTarget.DropTargetAutoScroller

protected DropTarget.DropTargetAutoScroller(Component c,
                                            Point p)
Method Detail

updateLocation

protected void updateLocation(Point newLocn)

stop

protected void stop()

actionPerformed

public void actionPerformed(ActionEvent e)
Description copied from interface: ActionListener
This method is invoked when an action occurs.

Specified by:
actionPerformed in interface ActionListener
Parameters:
e - the ActionEvent that occurred