Voyager ORB

com.objectspace.voyager
Interface SystemListener


public abstract interface SystemListener
extends java.util.EventListener

SystemListener is the interface that must be implemented by all objects that wish to listen to SystemEvents.

Version:
3.0

Method Summary
 void shutdown(SystemEvent event)
          Voyager is shutting down.
 void startup(SystemEvent event)
          Voyager is starting up.
 

Method Detail

startup

public void startup(SystemEvent event)
Voyager is starting up.
Parameters:
event - The system event.

shutdown

public void shutdown(SystemEvent event)
Voyager is shutting down.
Parameters:
event - The system event.

ObjectSpace Inc.

(c) Copyright 1997-1999 ObjectSpace, Inc.
14850 Quorum Drive, Suite 500
Dallas, Texas 75240