Class ConnectionStateSkinEvent
- java.lang.Object
-
- com.realtime.crossfire.jxclient.skin.events.ConnectionStateSkinEvent
-
- All Implemented Interfaces:
SkinEvent
public class ConnectionStateSkinEvent extends java.lang.Object implements SkinEvent
ASkinEventthat executes aCommandListat connection setup.
-
-
Constructor Summary
Constructors Constructor Description ConnectionStateSkinEvent(@NotNull CommandList commandList, @NotNull GuiStateManager guiStateManager)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()Will be called when the skin is disposed.
-
-
-
Constructor Detail
-
ConnectionStateSkinEvent
public ConnectionStateSkinEvent(@NotNull @NotNull CommandList commandList, @NotNull @NotNull GuiStateManager guiStateManager)Creates a new instance.- Parameters:
commandList- the command list to executeguiStateManager- the gui state manager to watch
-
-