import "Subject.idl";
Inheritance diagram for tweek::Subject:

Public Methods | |
| void | attach (in Observer o) |
| Attaches the given observer to this subject. More... | |
| void | detach (in Observer o) |
| Detaches the given observer from this subject. More... | |
| void | notify () |
| Notifies all attached observers that the state of this subject has changed in some way. More... | |
All user-defined subject interfaces must inherit from this interface.
Definition at line 50 of file Subject.idl.
|
|
Attaches the given observer to this subject.
|
|
|
Detaches the given observer from this subject.
|
|
|
Notifies all attached observers that the state of this subject has changed in some way.
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002