Uses of Interface
teamdev.jxcapture.events.CaptureListener

Packages that use CaptureListener
teamdev.jxcapture   
teamdev.jxcapture.controllers   
teamdev.jxcapture.events   
 

Uses of CaptureListener in teamdev.jxcapture
 

Methods in teamdev.jxcapture that return CaptureListener
 CaptureListener[] CaptureOperation.getCaptureListeners()
          Returns an array of all the capture operation listeners registered on this operation.
 

Methods in teamdev.jxcapture with parameters of type CaptureListener
 void CaptureOperation.addCaptureListener(CaptureListener listener)
          Adds the specified capture operation listener to receive capture operation events from this operation.
 void CaptureOperation.removeCaptureListener(CaptureListener listener)
          Removes the specified capture operation listener, so that it no longer receives capture operation events from this operation.
static void Capture.captureDesktop(CaptureListener captureListener)
          Allows making capture of the desktop.
static void Capture.captureActiveWindow(CaptureListener captureListener)
          Allows capturing a foreground window.
static void Capture.captureRegion(CaptureListener captureListener)
          Allows capturing a specified region on the screen.
static void Capture.captureScreenObject(CaptureListener captureListener)
          Allows capturing a specified region on the screen.
static void Capture.captureObject(CaptureListener captureListener)
          Allows capturing a specified region on the screen.
 

Uses of CaptureListener in teamdev.jxcapture.controllers
 

Fields in teamdev.jxcapture.controllers declared as CaptureListener
protected  CaptureListener SelectionController.captureListener
           
 

Methods in teamdev.jxcapture.controllers with parameters of type CaptureListener
 void SelectionController.activate(CaptureListener captureListener)
          Activates the object for listening to the mouse and key actions.
 

Uses of CaptureListener in teamdev.jxcapture.events
 

Classes in teamdev.jxcapture.events that implement CaptureListener
 class CaptureAdapter
          An abstract adapter class for receiving capture operation events.