org.apache.avalon.merlin.event
Interface KernelEventListener

All Superinterfaces:
EventListener

public interface KernelEventListener
extends EventListener

A listener for kernel events.

Version:
$Revision: 1.5 $ $Date: 2004/02/24 22:18:22 $
Author:
Avalon Development Team

Method Summary
 void stateChanged(KernelStateEvent event)
          Notify the listener that the kernel has started.
 

Method Detail

stateChanged

public void stateChanged(KernelStateEvent event)
Notify the listener that the kernel has started.

Parameters:
event - the kernel event


Copyright © The Apache Software Foundation. All Rights Reserved.