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