info.aduna.clustermap.export
Interface AnimationFrameExporterListener
public interface AnimationFrameExporterListener
AnimationFrameExporterListeners are notified by an AnimationFrameExporter
about changes to the current history and the progress of its export method.
exportStarted
void exportStarted(AnimationFrameExporter exporter)
exportFinished
void exportFinished(AnimationFrameExporter exporter)
exportingFrame
void exportingFrame(int frameNumber,
AnimationFrameExporter exporter)
Copyright © 1997-2008 Aduna. All Rights Reserved.