us.ihmc.utilities.keyboardAndMouse
Class GhostMouseKeyPressPlaybackEvent

java.lang.Object
  extended by us.ihmc.utilities.keyboardAndMouse.GhostMouseKeyPressPlaybackEvent
All Implemented Interfaces:
GhostMousePlaybackEvent

public class GhostMouseKeyPressPlaybackEvent
extends java.lang.Object
implements GhostMousePlaybackEvent


Constructor Summary
GhostMouseKeyPressPlaybackEvent(int keyCode)
           
GhostMouseKeyPressPlaybackEvent(java.lang.String keyPressString)
           
 
Method Summary
 void playback(java.awt.Robot awtRobot, double playbackSpeed)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GhostMouseKeyPressPlaybackEvent

public GhostMouseKeyPressPlaybackEvent(int keyCode)

GhostMouseKeyPressPlaybackEvent

public GhostMouseKeyPressPlaybackEvent(java.lang.String keyPressString)
Method Detail

playback

public void playback(java.awt.Robot awtRobot,
                     double playbackSpeed)
Specified by:
playback in interface GhostMousePlaybackEvent

toString

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