jwo.landserf.gui3d
Interface SnapshotListener

All Known Implementing Classes:
GUI3d, ImageOutputBox

public interface SnapshotListener

Interface for objects that need to be informed when a snapshot has been taken.

Version:
2.3, 9th August, 2004.
Author:
Jo Wood

Method Summary
 void snapshotReceived(String fileName, ImageIcon snapshot)
          Receives an image containing the completed snapshot.
 

Method Detail

snapshotReceived

void snapshotReceived(String fileName,
                      ImageIcon snapshot)
Receives an image containing the completed snapshot.

Parameters:
fileName - Name of file containing snapshot or null if not written to a file.
snapshot - Snapshot image.


Copyright Jo Wood, 1996-2009, last modified, 17th April, 2009