|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface to complement the ClientBase class. This
interface must be implemented by any code that creates uses
ClientBase to talk to the Ganymede server.
ClientEvent| Method Summary | |
void |
disconnected(arlut.csd.ganymede.client.ClientEvent e)
Called when the server forces a disconnect. |
void |
messageReceived(arlut.csd.ganymede.client.ClientEvent e)
Called when the ClientBase needs to report something to the client. |
| Method Detail |
public void disconnected(arlut.csd.ganymede.client.ClientEvent e)
Called when the server forces a disconnect.
Call getMessage() on the
ClientEvent
to get the reason for the disconnect.
public void messageReceived(arlut.csd.ganymede.client.ClientEvent e)
Called when the ClientBase needs to report something to the client. The client is expected to then put up a dialog or do whatever else is appropriate.
Call getMessage() on the
ClientEvent
to get the reason for the disconnect.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||