]> git.mxchange.org Git - jcore-swing.git/commitdiff
updated jar + added new method
authorRoland Haeder <roland@mxchange.org>
Wed, 30 Sep 2015 06:57:50 +0000 (08:57 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 30 Sep 2015 06:57:50 +0000 (08:57 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

lib/jcore.jar
src/org/mxchange/jcoreswing/client/gui/ClientFrame.java

index 2179b37e40284525a5cb25cce157f22bfc9b782e..848bebf4503c8caeeb9557874ffa4a124337d3fb 100644 (file)
Binary files a/lib/jcore.jar and b/lib/jcore.jar differ
index 715118a7c84943be10baa591d87da3e3f553f5b8..096ed6262f966e77d5a62d33cca664779921c3a7 100644 (file)
@@ -58,8 +58,7 @@ public interface ClientFrame extends FrameworkInterface {
        /**
         * Initializes frame
         * <p>
-        * @throws org.mxchange.jcore.exceptions.FrameAlreadyInitializedException If
-        * this method has been called twice
+        * @throws org.mxchange.jcore.exceptions.FrameAlreadyInitializedException If this method has been called twice
         */
        public void init () throws FrameAlreadyInitializedException;
 
@@ -71,6 +70,13 @@ public interface ClientFrame extends FrameworkInterface {
         */
        public boolean isInitialized ();
 
+       /**
+        * Logs any exceptions or errors
+        * <p>
+        * @param throwable Throwable
+        */
+       public void logException (final Throwable throwable);
+
        /**
         * Shuts down application
         */