Class ConnectionStateSkinEvent

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose()
      Will be called when the skin is disposed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConnectionStateSkinEvent

        public ConnectionStateSkinEvent​(@NotNull
                                        @NotNull CommandList commandList,
                                        @NotNull
                                        @NotNull GuiStateManager guiStateManager)
        Creates a new instance.
        Parameters:
        commandList - the command list to execute
        guiStateManager - the gui state manager to watch
    • Method Detail

      • dispose

        public void dispose()
        Description copied from interface: SkinEvent
        Will be called when the skin is disposed. Should release resources.
        Specified by:
        dispose in interface SkinEvent