net.sourceforge.groboutils.uicapture.v1.event
Class KeyReleasedCaptureEvent

java.lang.Object
  extended bynet.sourceforge.groboutils.uicapture.v1.event.CaptureEvent
      extended bynet.sourceforge.groboutils.uicapture.v1.event.KeyCaptureEvent
          extended bynet.sourceforge.groboutils.uicapture.v1.event.KeyReleasedCaptureEvent
All Implemented Interfaces:
java.io.Serializable

public class KeyReleasedCaptureEvent
extends KeyCaptureEvent

An event object which stores a capture event.

Version:
Jan 4, 2002
Author:
Matt Albrecht groboclown@users.sourceforge.net
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sourceforge.groboutils.uicapture.v1.event.CaptureEvent
CE_KEY_PRESSED, CE_KEY_RELEASED, CE_MOUSE_MOVED, CE_MOUSE_PRESSED, CE_MOUSE_RELEASED, CE_MOUSE_WHEEL
 
Constructor Summary
KeyReleasedCaptureEvent(int keyCode)
           
KeyReleasedCaptureEvent(java.awt.event.KeyEvent event)
           
 
Method Summary
 void performEvent(java.awt.Robot r)
          Ensures that the robot is not null.
 
Methods inherited from class net.sourceforge.groboutils.uicapture.v1.event.KeyCaptureEvent
getKeyCode, getKeyEvent
 
Methods inherited from class net.sourceforge.groboutils.uicapture.v1.event.CaptureEvent
getEventType, getInputEvent, getTimeOfEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyReleasedCaptureEvent

public KeyReleasedCaptureEvent(java.awt.event.KeyEvent event)

KeyReleasedCaptureEvent

public KeyReleasedCaptureEvent(int keyCode)
Method Detail

performEvent

public void performEvent(java.awt.Robot r)
Description copied from class: KeyCaptureEvent
Ensures that the robot is not null.

Overrides:
performEvent in class KeyCaptureEvent


Copyright © 2001-2003 by The GroboUtils Project