teamdev.jxcapture
Class ActiveWindowCapture

java.lang.Object
  extended byteamdev.jxcapture.CaptureOperation
      extended byteamdev.jxcapture.ActiveWindowCapture

public class ActiveWindowCapture
extends CaptureOperation

Represents the active window capture operation.

The operation makes a screen shot of the active window (the window with which the user is currently working).


Constructor Summary
ActiveWindowCapture()
           
 
Method Summary
 void execute()
          Executes the current capture operation.
 
Methods inherited from class teamdev.jxcapture.CaptureOperation
addCaptureListener, fireCaptureCancelEvent, fireCaptureCompleteEvent, fireCaptureStartEvent, getCaptureListeners, removeCaptureListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveWindowCapture

public ActiveWindowCapture()
Method Detail

execute

public void execute()
Description copied from class: CaptureOperation
Executes the current capture operation.

Specified by:
execute in class CaptureOperation