Use this abstract class as the super class for objects that would like to observe messages from other
| This method is called by the observed object when it wants to send a message. An Observer must implement this method to perform an operation when a change occurs. |
| Start observing an object for messages. |
| Stop observing an object for messages. |
This method is called by the observed object when it wants to send a message. An Observer must implement this method to perform an operation when a change occurs.
Start observing an object for messages.
Stop observing an object for messages.