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 Details

offline

public void offline()
Called when the system is offline.

online

public void online()
Called when the system is online.