video
Class MoveMouse

java.lang.Object
  extended by video.MoveMouse
All Implemented Interfaces:
java.io.Serializable, RobotAction

public class MoveMouse
extends java.lang.Object
implements RobotAction

See Also:
Serialized Form

Constructor Summary
MoveMouse(java.awt.event.MouseEvent event)
           
MoveMouse(java.awt.Point to)
           
 
Method Summary
 java.lang.Object execute(java.awt.Robot robot)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MoveMouse

public MoveMouse(java.awt.Point to)

MoveMouse

public MoveMouse(java.awt.event.MouseEvent event)
Method Detail

execute

public java.lang.Object execute(java.awt.Robot robot)
Specified by:
execute in interface RobotAction

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object