public class ActiveWindowCapture extends CaptureOperation
The operation makes a screen shot of the active window (the window with which the user is currently working).
Constructor and Description |
---|
ActiveWindowCapture() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Executes the current capture operation.
|
addCaptureListener, fireCaptureCancelEvent, fireCaptureCompleteEvent, fireCaptureStartEvent, getCaptureListeners, removeCaptureListener
public void execute()
CaptureOperation
execute
in class CaptureOperation