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,v 2.3 2002/05/06 07:24:20 leo Exp $
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

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

offline

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