de.mud.jta.event
Class OnlineStatus

java.lang.Object
  |
  +--de.mud.jta.event.OnlineStatus
All 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,v 2.3 2002/05/06 07:24:20 leo Exp $
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
 java.lang.Object firePluginMessage(PluginListener pl)
          Notify the listers about the online status.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

online

protected boolean online
Constructor Detail

OnlineStatus

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

firePluginMessage

public java.lang.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