Add Interface.stop() method to stop the interface.
[jkeytool.git] / src / net / pterodactylus / jkeytool / gui / Interface.java
index 44b0a65..ced8ac1 100644 (file)
@@ -42,4 +42,9 @@ public interface Interface extends CoreListener {
         */
        public void start();
 
+       /**
+        * Shuts down the interface.
+        */
+       public void stop();
+
 }