uk.ac.vamsas.client.picking
Interface IMessageHandler

All Known Implementing Classes:
TestApp

public interface IMessageHandler

Interface that defines the methods required for a message handler. This interface must be implemented by the client application (TOPALi, Jalview or AstexViewer).


Method Summary
 void handleMessage(Message message)
          Responds to a message received event.
 

Method Detail

handleMessage

public void handleMessage(Message message)
Responds to a message received event. It is advisable to implement this method so that it threads off any actions into the GUI event-dispatching thread.

Parameters:
message - the message that was received