org.jboss.kernel.spi.event
Interface KernelEventListener


public interface KernelEventListener

A listener

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 void onEvent(KernelEvent event, Object handback)
          Invoked when an event is fired
 

Method Detail

onEvent

public void onEvent(KernelEvent event,
                    Object handback)
Invoked when an event is fired

Parameters:
event - the event
handback - the handback object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.