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

Class Started

source code

AsyncReply --+
             |
            Started

An asynchronous operation started.


See Also: Failed.throw

Instance Methods [hide private]
 
notify(self, listener)
Notify the specified listener.
source code
 
__str__(self) source code

Inherited from AsyncReply: __init__

Instance Variables [hide private]

Inherited from AsyncReply: any, origin, sn

Method Details [hide private]

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__