Added comment about handling messages in the GUI event thread.
authorimilne <imilne@issues.jalview.org>
Fri, 15 Dec 2006 13:53:29 +0000 (13:53 +0000)
committerimilne <imilne@issues.jalview.org>
Fri, 15 Dec 2006 13:53:29 +0000 (13:53 +0000)
git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@317 be28352e-c001-0410-b1a7-c7978e42abec

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