]> git.mxchange.org Git - jcore.git/commitdiff
added method show() (better this way, else Contact/UserContact contain a model method)
authorRoland Haeder <roland@mxchange.org>
Tue, 29 Sep 2015 12:25:05 +0000 (14:25 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 29 Sep 2015 12:25:05 +0000 (14:25 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/jcore/client/Client.java

index 82d83b8c30b26a0c7cd446cc2bfd769812101e78..cd5bc0eff16e512e21652c87eeed81ee3f416335 100644 (file)
@@ -81,6 +81,13 @@ public interface Client extends FrameworkInterface {
         */
        public void outputMessage (final String message);
 
+       /**
+        * Shows given contact instamce
+        *
+        * @param contact Contact instance
+        */
+       public void show (final Contact contact);
+
        /**
         * Shows introduction to user
         */