Package net.sf.freecol.client.gui
Interface DialogHandler<T>
-
- Type Parameters:
T
- The type of the response.
public interface DialogHandler<T>
The interface for non-modal dialog handlers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(T response)
-
-
-
Method Detail
-
handle
void handle(T response)
-
-