video
Class ClickMouse

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

public class ClickMouse
extends java.lang.Object
implements RobotAction

See Also:
Serialized Form

Constructor Summary
ClickMouse(int mouseButton, int clicks)
           
ClickMouse(java.awt.event.MouseEvent event)
           
 
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

ClickMouse

public ClickMouse(int mouseButton,
                  int clicks)

ClickMouse

public ClickMouse(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