Public Member Functions

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

Inheritance diagram for alma.acs.logging.archive.zoom.ZoomProgressListener:
alma.acs.logging.archive.zoom.ManualZoomDlg alma.acs.logging.table.LogEntryTable

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.table.LogEntryTable.

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.table.LogEntryTable.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties