Class SwingGuiStateManager
java.lang.Object
com.realtime.crossfire.jxclient.guistate.GuiStateManager
com.realtime.crossfire.jxclient.guistate.SwingGuiStateManager
Runs the action using
SwingUtilities2.invokeAndWait(Runnable).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoChangeGUI(@NotNull Runnable runnable) Calls theRunnable.Methods inherited from class com.realtime.crossfire.jxclient.guistate.GuiStateManager
addGuiStateListener, changeGUI, connect, disconnect, disconnected, disconnecting, getGuiState, removeGuiStateListener, setClientSocketState
-
Constructor Details
-
SwingGuiStateManager
public SwingGuiStateManager()
-
-
Method Details
-
doChangeGUI
Description copied from class:GuiStateManagerCalls theRunnable.- Specified by:
doChangeGUIin classGuiStateManager- Parameters:
runnable- the runnable
-