Superclass for objects that can be bound to and observe
Description
| Construct this object |
| The command associated with this object. |
| Provide the |
| 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. |
Construct this object
The command associated with this object.
Provide the
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.