de.mud.jta.event

Class OnlineStatus

Implemented Interfaces:
PluginMessage

public class OnlineStatus
extends java.lang.Object
implements PluginMessage

Notify all listeners that we on or offline.

Maintainer: Matthias L. Jugel

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

Field Summary

protected boolean
online

Constructor Summary

OnlineStatus(boolean online)
Create a new online status message with the specified value.

Method Summary

Object
firePluginMessage(PluginListener pl)
Notify the listers about the online status.

Field Details

online

protected boolean online

Constructor Details

OnlineStatus

public OnlineStatus(boolean online)
Create a new online status message with the specified value.

Method Details

firePluginMessage

public Object firePluginMessage(PluginListener pl)
Notify the listers about the online status.
Specified by:
firePluginMessage in interface PluginMessage
Parameters:
pl - the list of plugin message listeners
Returns:
the window size or null