|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICaptureListener | |
net.sourceforge.groboutils.uicapture.v1 | A testing framework used for capturing a user's UI interaction, and for generating scripts which can automatically play back a captured interaction. |
net.sourceforge.groboutils.uicapture.v1.event |
Uses of ICaptureListener in net.sourceforge.groboutils.uicapture.v1 |
Classes in net.sourceforge.groboutils.uicapture.v1 that implement ICaptureListener | |
class |
ScriptGenerator
Listens to CaptureEvents, and converts these into script commands to the IScriptMaker. |
Methods in net.sourceforge.groboutils.uicapture.v1 with parameters of type ICaptureListener | |
void |
VirtualWindow.addCaptureListener(ICaptureListener cl)
Adds an ICaptureListener to the list of recipients of input events. |
void |
VirtualWindow.removeCaptureListener(ICaptureListener cl)
Removes the given ICaptureListener from the inner list of input events recipients. |
Uses of ICaptureListener in net.sourceforge.groboutils.uicapture.v1.event |
Classes in net.sourceforge.groboutils.uicapture.v1.event that implement ICaptureListener | |
class |
AllowCapturePassThroughAdapter
An adapter for IAllowCapturePassThroughListener. |
class |
CaptureAdapter
Default implementation of an ICaptureListener. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |