< AMListenable > Protocol Reference
Provides a protocol for listenable objects that can send events to others.
More...
#import <AMListenable.h>
List of all members.
|
Public Member Functions |
| (id) | - listener |
| | Gets the listener of this object.
|
| (id) | - setListener: |
| | Sets the listener of this object.
|
Detailed Description
Provides a protocol for listenable objects that can send events to others.
Member Function Documentation
Gets the listener of this object.
- Returns:
- The listener of this object or nil if it has not been set.
| - (id) setListener: |
|
(id) |
_listener |
|
|
Sets the listener of this object.
- Parameters:
-
| listener | A valid listener for this object or nil if you don't want to set a listener. |
- Returns:
- The listener set for this object.
The documentation for this protocol was generated from the following file:
- /Users/lasorsa/Documents/SVN/aria/trunk/src/a2ml/core/protocols/AMListenable.h