|
ObjectAL
2.1
ObjectAL API Reference (iOS) for Kobold2D developers
|
A suspend manager is a listener that also allows other objects to subscribe to receive events as the manager receives them. More...
#include <OALSuspendHandler.h>
Public Member Functions | |
| void | addSuspendListener: (id< OALSuspendListener > listener) |
| Add a listener that will receive manual suspend and interrupt events. | |
| void | removeSuspendListener: (id< OALSuspendListener > listener) |
| Remove a registered listener. | |
Properties | |
| bool | suspended |
| If YES, this object is suspended. | |
A suspend manager is a listener that also allows other objects to subscribe to receive events as the manager receives them.
| void OALSuspendManager-p::addSuspendListener: | ( | id< OALSuspendListener > | listener | ) | [virtual] |
Add a listener that will receive manual suspend and interrupt events.
| listener | The listener to register with this handler. |
| void OALSuspendManager-p::removeSuspendListener: | ( | id< OALSuspendListener > | listener | ) | [virtual] |
Remove a registered listener.
| listener | The listener to unregister from this handler. |
bool OALSuspendManager-p::suspended [read, assign] |
If YES, this object is suspended.
Reimplemented in ALContext.