| Trees | Indices | Help |
|---|
|
|
object --+
|
Observer
Parent class for all event observers. Dispatches all received events to the Manager that created this Observer. Provides basic reference counting functionality needed by Manager to determine when an Observer can be released for garbage collection.
The reference counting provided by this class is independent of the reference counting used by CORBA. Keeping the counts separate makes it easier for the Manager to detect when an Observer can be freed in the Manager._unregisterObserver method.
|
|||
|
|||
|
|||
|
|||
| integer |
|
||
|
|||
|
|||
|
Inherited from |
|||
|
|||
| Manager |
manager Reference to the Manager that created this Observer |
||
| integer |
ref_count Reference count on this Observer |
||
|
|||
|
Inherited from |
|||
|
|||
Stores a reference to the creating Manager. Intializes the reference count on this object to zero. |
Increments the pyLinAcc reference count on this Observer by one. This method is called when a new client is registered in Manager to receive notification of an event type monitored by this Observer. |
Decrements the pyLinAcc reference count on this Observer by one. This method is called when a client is unregistered in Manager to stop receiving notifications of an event type monitored by this Observer. |
|
Required by CORBA. Does nothing. |
Required by CORBA. Does nothing. |
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 4 15:33:27 2007 | http://epydoc.sourceforge.net |