net.mazewar
Interface ClientListener
- All Known Implementing Classes:
- MazeImpl
public interface ClientListener
An interface for objects wishing to subscribe to notifications actions preformed by a Client
.
- Version:
- $Id: ClientListener.java 336 2004-01-23 19:14:42Z geoffw $
- Author:
- Geoffrey Washburn <geoffw@cis.upenn.edu>
clientUpdate
void clientUpdate(Client client,
ClientEvent clientevent)
- Invoked when a
Client
performs an action.
- Parameters:
client
- The Client
acting.clientevent
- A ClientEvent
specifying the action performed.