Uses of Class
ucar.unidata.idv.collab.CollabClient

Packages that use CollabClient
ucar.unidata.idv.collab Collaboration support for the IDV. 
 

Uses of CollabClient in ucar.unidata.idv.collab
 

Methods in ucar.unidata.idv.collab with parameters of type CollabClient
protected  void CollabManager.clientAdded(CollabClient client)
          We have a new client
protected  void CollabManager.clientRemoved(CollabClient client)
          Client is goen
protected  void CollabManager.handleMessage(CollabClient from, String msg)
          Process the given message from the given client.
protected  void CollabManager.handleMessage(CollabClient from, String msg, boolean checkIfMessageHasBeenSeen)
          Process the given message from the given client.
protected  void CollabManager.handleMessageInner(CollabClient fromClient, String msg, boolean checkIfMessageHasBeenSeen)
          Handle the incoming message.
protected  void CollabManager.handleMessageInnerInner(CollabClient fromClient, CollabMsgType msgType, String from, String contents)
          Really handle the incoming message
protected  void CollabManager.writeState(CollabClient client)
          Write the current state of the application to the given client.