uk.ac.vamsas.client.picking
Class CustomMessage

java.lang.Object
  extended byuk.ac.vamsas.client.picking.Message
      extended byuk.ac.vamsas.client.picking.CustomMessage

public class CustomMessage
extends Message

Defines a custom message that applications can use to send message types that haven't been predefined in the API.


Field Summary
 
Fields inherited from class uk.ac.vamsas.client.picking.Message
message
 
Constructor Summary
CustomMessage(java.lang.String message)
          Constructs a new custom message.
 
Methods inherited from class uk.ac.vamsas.client.picking.Message
equals, getRawMessage, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomMessage

public CustomMessage(java.lang.String message)
Constructs a new custom message.

Parameters:
message - the message to be sent