teamdev.jxcapture.events
Interface CaptureListener

All Known Implementing Classes:
CaptureAdapter

public interface CaptureListener

The listener interface for receiving capture operation events.


Method Summary
 void cancel()
          Invoked when the capture operation is canceled.
 void complete(java.awt.image.BufferedImage image)
          Invoked when the capture operation is completed.
 void start()
          Invoked when the capture operation is started.
 

Method Detail

start

public void start()
Invoked when the capture operation is started.


cancel

public void cancel()
Invoked when the capture operation is canceled.


complete

public void complete(java.awt.image.BufferedImage image)
Invoked when the capture operation is completed.

Parameters:
image - an image that represents the result of the capture operation