public class EventRecorder extends Object
EventPlayer
Constructor and Description |
---|
EventRecorder(Component component)
Record events from the given component.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public EventRecorder(Component component)
public void record()
public InputEvent[] stop()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.