de.mud.jta.event

Class SetWindowSizeRequest

Implemented Interfaces:
PluginMessage

public class SetWindowSizeRequest
extends java.lang.Object
implements PluginMessage

Request the current window size of the terminal.

Maintainer: Matthias L. Jugel

Version:
$Id: WindowSizeRequest.java 499 2005-09-29 08:24:54Z leo $
Author:
Matthias L. Jugel, Marcus Mei???ner

Constructor Summary

SetWindowSizeRequest(int c, int r)

Method Summary

Object
firePluginMessage(PluginListener pl)
Set the new size of the window

Constructor Details

SetWindowSizeRequest

public SetWindowSizeRequest(int c,
                            int r)

Method Details

firePluginMessage

public Object firePluginMessage(PluginListener pl)
Set the new size of the window
Specified by:
firePluginMessage in interface PluginMessage
Parameters:
pl - the list of plugin message listeners