The Recorder provides a mechanism for recording an event stream and
generating a sequence of script steps from that stream.
NOTE: when writing a recorder, be very careful not to test for
platform-specific behavior, and avoid being susceptible to
platform-specific bugs. Please make sure the recorder works on both
pointer-focus and click-to-focus window managers, as well as on at least
two platforms.
Constructor Summary
public
Recorder(Resolver resolver) Create a Recorder for use in converting events into script steps.