video
Class ScreenShot

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

public class ScreenShot
extends java.lang.Object
implements RobotAction

See Also:
Serialized Form

Constructor Summary
ScreenShot()
           
 
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

ScreenShot

public ScreenShot()
Method Detail

execute

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

toString

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