Add Interface.stop() method to stop the interface.
[jkeytool.git] / src / net / pterodactylus / jkeytool / gui / swing / SwingInterface.java
index 4d287d9..39506e1 100644 (file)
@@ -56,6 +56,13 @@ public class SwingInterface implements Interface {
                /* TODO */
        }
 
+       /**
+        * {@inheritDoc}
+        */
+       public void stop() {
+               /* TODO */
+       }
+
        //
        // INTERFACE CoreListener
        //