applied LGPLv3 and source code formatting.
[vamsas.git] / src / uk / ac / vamsas / client / picking / IPickManager.java
index a91802d..0496ab8 100644 (file)
@@ -1,26 +1,50 @@
+/*\r
+ * This file is part of the Vamsas Client version 0.1. \r
+ * Copyright 2009 by Jim Procter, Iain Milne, Pierre Marguerite, \r
+ *  Andrew Waterhouse and Dominik Lindner.\r
+ * \r
+ * Earlier versions have also been incorporated into Jalview version 2.4 \r
+ * since 2008, and TOPALi version 2 since 2007.\r
+ * \r
+ * The Vamsas Client is free software: you can redistribute it and/or modify\r
+ * it under the terms of the GNU Lesser General Public License as published by\r
+ * the Free Software Foundation, either version 3 of the License, or\r
+ * (at your option) any later version.\r
+ *  \r
+ * The Vamsas Client is distributed in the hope that it will be useful,\r
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+ * GNU Lesser General Public License for more details.\r
+ * \r
+ * You should have received a copy of the GNU Lesser General Public License\r
+ * along with the Vamsas Client.  If not, see <http://www.gnu.org/licenses/>.\r
+ */\r
 package uk.ac.vamsas.client.picking;\r
 \r
 /**\r
  * Interface that defines the methods required for a pick manager.\r
  */\r
-public interface IPickManager\r
-{\r
-       /**\r
-        * Sends a message.\r
-        * @param message the message to send\r
-        */\r
-       public void sendMessage(Message message);\r
-       \r
-       /**\r
-        * Registers a message handler with the manager that allows the manager to\r
-        * perform a method callback on that object whenever a message is received.\r
-        * @param handler the message handler to register\r
-        */\r
-       public void registerMessageHandler(IMessageHandler handler);\r
-       \r
-       /**\r
-        * Shutsdown the pick manager processes, terminating any connections to\r
-        * other clients.\r
-        */\r
-       public void shutdown();\r
-}
\ No newline at end of file
+public interface IPickManager {\r
+  /**\r
+   * Sends a message.\r
+   * \r
+   * @param message\r
+   *          the message to send\r
+   */\r
+  public void sendMessage(Message message);\r
+\r
+  /**\r
+   * Registers a message handler with the manager that allows the manager to\r
+   * perform a method callback on that object whenever a message is received.\r
+   * \r
+   * @param handler\r
+   *          the message handler to register\r
+   */\r
+  public void registerMessageHandler(IMessageHandler handler);\r
+\r
+  /**\r
+   * Shutsdown the pick manager processes, terminating any connections to other\r
+   * clients.\r
+   */\r
+  public void shutdown();\r
+}\r