charva.awt

Class PlaybackThread


public class PlaybackThread
extends Thread

This class reads a scriptfile line by line, parses each line into a time-interval and a gesture-specifier (either KEY or MOUSE), and fires the specified keystroke (or mouse-click) after the specified delay.

Method Summary

void
run()

Method Details

run

public void run()