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.2, 9th August, 2004.
Author:
Jo Wood

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

Method Detail

snapshotReceived

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

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


Copyright Jo Wood, 1996-2005, last modified, 11th March, 2005