Package gofer :: Package rmi :: Module async :: Class Progress
[hide private]
[frames] | no frames]

Class Progress

source code

AsyncReply --+
             |
            Progress

Progress reported for an asynchronous operation.


See Also: Failed.throw

Instance Methods [hide private]
 
__init__(self, envelope) source code
 
notify(self, listener)
Notify the specified listener.
source code
 
__str__(self) source code
Instance Variables [hide private]
int completed
The total number of completed units.
object details
Optional information about the progress.
int total
The total number of units.

Inherited from AsyncReply: any, origin, sn

Method Details [hide private]

__init__(self, envelope)
(Constructor)

source code 
Parameters:
  • envelope (Envelope) - The received envelope.
Overrides: AsyncReply.__init__

notify(self, listener)

source code 

Notify the specified listener.

Parameters:
  • listener - The listener to notify.
Overrides: AsyncReply.notify
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
Overrides: AsyncReply.__str__