|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiva.util.jester.EventRecorder
public class EventRecorder
EventRecorder listens to all of the mouse and keyboard events on a given component and records these into a sequence which can then be played back using an EventPlayer object.
EventPlayer
Constructor Summary | |
---|---|
EventRecorder(Component component)
Record events from the given component. |
Method Summary | |
---|---|
void |
record()
Start recording events on the constructor-specified component. |
InputEvent[] |
stop()
Stop recording events on the constructor-specified component and return the recorded events from this session as an array. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventRecorder(Component component)
Method Detail |
---|
public void record()
public InputEvent[] stop()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |