org.jboss.kernel.spi.event
Interface KernelEventListener


public interface KernelEventListener

A listener

Version:
$Revision: 40756 $
Author:
Adrian Brock

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

Method Detail

onEvent

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

Parameters:
event - the event
handback - the handback object


Copyright ? 2007 JBoss Inc.. All Rights Reserved.