Added comment about handling messages in the GUI event thread.
[vamsas.git] / src / uk / ac / vamsas / client / picking / IMessageHandler.java
index e09b81d..c6eba16 100644 (file)
@@ -8,7 +8,9 @@ package uk.ac.vamsas.client.picking;
 public interface IMessageHandler\r
 {\r
        /**\r
-        * Responds to a message received event.\r
+        * Responds to a message received event. It is advisable to implement this\r
+        * method so that it threads off any actions into the GUI event-dispatching\r
+        * thread.\r
         * @param message the message that was received\r
         */\r
        public void handleMessage(Message message);\r