org.jboss.kernel.spi.event
Interface KernelEventListener


public interface KernelEventListener

A listener

Version:
$Revision: 1.2 $
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 © 2004 JBoss Inc. All Rights Reserved.