Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

tweek::Observer Interface Reference

The interface that all observers (written in any programming language) must implement. More...

import "Observer.idl";

List of all members.

Public Methods

oneway void update ()
 Indicates to the observer implementation that the state of the subject we are observing has been changed and an update is necessary. More...


Detailed Description

The interface that all observers (written in any programming language) must implement.

Typically, users will not define another interface in IDL that derives from this.

Definition at line 48 of file Observer.idl.


Member Function Documentation

oneway void tweek::Observer::update  
 

Indicates to the observer implementation that the state of the subject we are observing has been changed and an update is necessary.

Precondition:
This observer is attached to a subject.
Note:
This is a one-way method to prevent deadlocks if and when implementations of this method try to query the state of the subject that invoked it.


The documentation for this interface was generated from the following file:
Generated on Sun May 2 14:41:10 2004 for Tweek by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002