|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.kosi.model.ProxyTableListener
This is the proxy listener class for the TableListener.
ChangeLog:
$Log: ProxyTableListener.java,v $ Revision 1.2 2001/06/22 13:24:32 jiriki Implemented kicking Revision 1.1.1.1 2001/04/29 18:05:17 jiriki Imported sources from zola. Revision 1.1 2001/03/01 11:38:17 wombat worked on table listener
Constructor Summary | |
ProxyTableListener(TableListener listener)
Creates a new listener. |
Method Summary | |
void |
gameStarted()
This method is called to notify the listener, that a new game has started. |
void |
kicked()
This method is called to notify the listener, that it has been removed from the table following a request of the table owner. |
void |
ownerChanged()
This method will be called to notify this listener that the table has got a new owner. |
void |
playersChanged()
This method is called to notify this listener that a player joined or left the table. |
void |
watchersChanged()
This method is called to notify this listener that a watcher joined or left this table. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProxyTableListener(TableListener listener)
listener
- Listener the calls are relayed to.Method Detail |
public void ownerChanged() throws java.rmi.RemoteException
ownerChanged
in interface TableListener
java.rmi.RemoteException
- If the remote call of this method fails.public void playersChanged() throws java.rmi.RemoteException
playersChanged
in interface TableListener
java.rmi.RemoteException
- If the remote call of this method fails.public void watchersChanged() throws java.rmi.RemoteException
watchersChanged
in interface TableListener
java.rmi.RemoteException
- If the remote call of this method fails.public void gameStarted() throws java.rmi.RemoteException
gameStarted
in interface TableListener
java.rmi.RemoteException
- If the remote call of this method fails.public void kicked() throws java.rmi.RemoteException
kicked
in interface TableListener
java.rmi.RemoteException
- If the remote call of this method fails.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |