import "Observer.idl";
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... | |
Typically, users will not define another interface in IDL that derives from this.
Definition at line 48 of file Observer.idl.
|
|
Indicates to the observer implementation that the state of the subject we are observing has been changed and an update is necessary.
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002