|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
uk.ac.vamsas.client.picking | |
uk.ac.vamsas.client.simpleclient |
Uses of Message in uk.ac.vamsas.client.picking |
Subclasses of Message in uk.ac.vamsas.client.picking | |
class |
CustomMessage
Defines a custom message that applications can use to send message types that haven't been predefined in the API. |
class |
MouseOverMessage
Message class that can be used to send mouse over events. |
class |
SelectionMessage
Send and receive details about vamsas object selections and selection ranges defined on one or more objects. |
Methods in uk.ac.vamsas.client.picking with parameters of type Message | |
void |
IMessageHandler.handleMessage(Message message)
Responds to a message received event. |
void |
IPickManager.sendMessage(Message message)
Sends a message. |
boolean |
Message.equals(Message msg)
compare the on-wire message content of the given message to this. |
void |
SocketManager.sendMessage(Message message)
Sends a message to other clients. |
void |
TestApp.handleMessage(Message message)
|
Uses of Message in uk.ac.vamsas.client.simpleclient |
Methods in uk.ac.vamsas.client.simpleclient with parameters of type Message | |
void |
SimplePickManager.sendMessage(Message message)
|
protected void |
SimplePickManager.handleMessage(Message message)
pass message onto the Apps handler, or wait until passThru is true before passing message on. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |