com.realtime.crossfire.jxclient.gui.gui
Interface GuiAutoCloseListener


public interface GuiAutoCloseListener

Interface for clients interested in auto-close events of Gui instances.


Method Summary
 void autoClosed(Gui gui)
          Called when a dialog has been auto-closed.
 

Method Detail

autoClosed

void autoClosed(@NotNull
                Gui gui)
Called when a dialog has been auto-closed.

Parameters:
gui - the dialog