com.threerings.parlor.server
Class TableManager.UserListener
java.lang.Object
com.threerings.parlor.server.TableManager.UserListener
- All Implemented Interfaces:
- AttributeChangeListener, ChangeListener, ObjectDeathListener
- Enclosing class:
- TableManager
protected class TableManager.UserListener
- extends Object
- implements AttributeChangeListener, ObjectDeathListener
Listens to all users who have joined a table, takes care of removing them
as necessary.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableManager.UserListener
protected TableManager.UserListener()
attributeChanged
public void attributeChanged(AttributeChangedEvent event)
- Specified by:
attributeChanged in interface AttributeChangeListener
objectDestroyed
public void objectDestroyed(ObjectDestroyedEvent event)
- Specified by:
objectDestroyed in interface ObjectDeathListener