Class Exiter
java.lang.Object
com.realtime.crossfire.jxclient.main.Exiter
Allows to exit the application.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTerminates the application.voidWaits until the window has been disposed.
-
Constructor Details
-
Exiter
public Exiter()
-
-
Method Details
-
terminate
public void terminate()Terminates the application. -
waitForTermination
Waits until the window has been disposed.- Throws:
InterruptedException- if the current thread has been interrupted
-