Uses of Class
ucar.unidata.idv.collab.CollabClient
Packages that use CollabClient
-
Uses of CollabClient in ucar.unidata.idv.collab
Methods in ucar.unidata.idv.collab with parameters of type CollabClientModifier and TypeMethodDescriptionprotected voidCollabManager.clientAdded(CollabClient client) We have a new clientprotected voidCollabManager.clientRemoved(CollabClient client) Client is goenprotected voidCollabManager.handleMessage(CollabClient from, String msg) Process the given message from the given client.protected voidCollabManager.handleMessage(CollabClient from, String msg, boolean checkIfMessageHasBeenSeen) Process the given message from the given client.protected voidCollabManager.handleMessageInner(CollabClient fromClient, String msg, boolean checkIfMessageHasBeenSeen) Handle the incoming message.protected voidCollabManager.handleMessageInnerInner(CollabClient fromClient, CollabMsgType msgType, String from, String contents) Really handle the incoming message.protected voidCollabManager.writeState(CollabClient client) Write the current state of the application to the given client.