Package games.stendhal.client.gui
Interface InternalWindow.CloseListener
- Enclosing class:
- InternalWindow
public static interface InternalWindow.CloseListener
Listener interface for window close events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
windowClosed(InternalWindow window)
Called when the window is closed.
-
Method Details
-
windowClosed
Called when the window is closed.- Parameters:
window
- the closed window
-