| Issue 17: | Implement status listeners for objects | |
| 1 person starred this issue and may be notified of changes. | Back to list |
For example:
{{{
someobject.addListener(self)
}}}
And when someobject changes,
{{{
listener.statusUpdate(self)
}}}
This could be useful, for example, for locations to listen to player objects who disconnect, then automatically notify and remove the player from the room.
|