org.siebengeisslein.pgui
Class PGui

java.lang.Object
  extended by org.siebengeisslein.pgui.PGui

public class PGui
extends java.lang.Object


Method Summary
static void init(Client client)
           
static void init(Client client, ExceptionHandler handler)
           
static void shutdown()
           
static void shutdown(boolean shutDownClient)
           
static void swingExecute(java.lang.Runnable runnable)
           
static void waitForSwing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public static void init(Client client)

init

public static void init(Client client,
                        ExceptionHandler handler)

shutdown

public static void shutdown()
                     throws java.io.IOException,
                            java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException

shutdown

public static void shutdown(boolean shutDownClient)
                     throws java.io.IOException,
                            java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException

waitForSwing

public static void waitForSwing()

swingExecute

public static void swingExecute(java.lang.Runnable runnable)