Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

alma::acs::logging::archive::zoom::ZoomProgressListener Interface Reference

Inheritance diagram for alma::acs::logging::archive::zoom::ZoomProgressListener:

Inheritance graph
[legend]
List of all members.

Public Member Functions

void zoomReadingFile (int num)
void zoomTotalFileToRead (int num)

Detailed Description

An interface for the progress of the zoom.

Author:
acaproni


Member Function Documentation

void alma::acs::logging::archive::zoom::ZoomProgressListener::zoomReadingFile int  num  ) 
 

Notifies the listener about the number of files currently read by the zoom engine.

This method of the listener is called when the loading of logs starts with a value of 0 while the zoom engine scans the folder looking for the files to read.
When the list is ready, the zoom engine executes this method passing the number of the file it has started to read.

Parameters:
num The number of files currently read.

Implemented in alma::acs::logging::archive::zoom::ManualZoomDlg.

void alma::acs::logging::archive::zoom::ZoomProgressListener::zoomTotalFileToRead int  num  ) 
 

Inform the listener about the total number of files that the zoom engine needs to read.

This method of the listener is executed only once by the engine, when it has generated the list of the files to read.

Parameters:
num 

Implemented in alma::acs::logging::archive::zoom::ManualZoomDlg.


The documentation for this interface was generated from the following file:
Generated on Thu Apr 30 02:53:46 2009 for ACS Java API by doxygen 1.3.8