com.qoppa.pdfViewer
Interface ISnapshotHandler


public interface ISnapshotHandler

This interface provides a way for host applications to implement custom features for the Snapshot tool. Please see setSnapshotHandler()

Author:
Qoppa Software

Method Summary
 void handleImage(Component parent, BufferedImage image)
          Handle the BufferedImage captured by the Snapshot tool.
 

Method Detail

handleImage

void handleImage(Component parent,
                 BufferedImage image)
Handle the BufferedImage captured by the Snapshot tool. This method will only be called if the Image captured by the Snapshot tool is not null.

Parameters:
parent - the parent Component when displaying any messages
image - the BufferedImage captured by the Snapshot tool