]> git.mxchange.org Git - addressbook-lib.git/blobdiff - Addressbook/src/org/mxchange/addressbook/client/gui/ClientFrame.java
Introduced initTable()
[addressbook-lib.git] / Addressbook / src / org / mxchange / addressbook / client / gui / ClientFrame.java
index 389e744d8a813b84207d41954372d23b7fda6179..24bec9870cb0ac279e49ffbfd955efbad4fe2abd 100644 (file)
@@ -53,4 +53,6 @@ public interface ClientFrame extends FrameworkInterface {
      * @return Field isInitialized
      */
     public boolean isInitialized ();
+
+    public void shutdownApplication ();
 }