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

alma::acs::logging::engine::io::IOPorgressListener Interface Reference

List of all members.

Public Member Functions

void bytesRead (long nBytes)
void bytesWritten (long nBytes)
void logsRead (int numOfLogs)
void logsWritten (int numOfLogs)

Detailed Description

The listener to be notified about progress while loading or saving

Author:
acaproni


Member Function Documentation

void alma::acs::logging::engine::io::IOPorgressListener::bytesRead long  nBytes  ) 
 

This method notifies about the number of bytes read during a load.

The value passed as parameter represent the total number of bytes read since the beginning of the load and includes the bytes of the header

Parameters:
nBytes The number of bytes read while loading

void alma::acs::logging::engine::io::IOPorgressListener::bytesWritten long  nBytes  ) 
 

This method notifies about the total number of bytes written during a save.

The value passed as parameter includes the number of the bytes read since the beginning of the save.

Parameters:
nBytes The number of bytes read while loading

void alma::acs::logging::engine::io::IOPorgressListener::logsRead int  numOfLogs  ) 
 

This method notifies about the total number of logs read during a load.

The value passed as parameter is the number of logs read since the beginning of the save.

Parameters:
numOfLogs 

void alma::acs::logging::engine::io::IOPorgressListener::logsWritten int  numOfLogs  ) 
 

This method notifies about the total number of logs written during a save.

The value passed as parameter is the number of logs written since the beginning of the save.

Parameters:
numOfLogs 


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