de.mud.jta.event
Interface OnlineStatusListener

All Superinterfaces:
PluginListener

public interface OnlineStatusListener
extends PluginListener

This is the interface for a online status listener.

Maintainer: Matthias L. Jugel

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

Method Summary
 void offline()
          Called when the system is offline.
 void online()
          Called when the system is online.
 

Method Detail

online

void online()
Called when the system is online.


offline

void offline()
Called when the system is offline.