de.mud.jta.event
public interface SetWindowSizeListener extends PluginListener
Maintainer: Matthias L. Jugel
| Modifier and Type | Method and Description |
|---|---|
void |
setWindowSize(int columns,
int rows)
Set the current window size of the terminal in rows and columns.
|