org.jboss.ha.framework.interfaces
Interface EventListener<E extends EventObject>

Type Parameters:
E - the event to be handled by this listener
All Superinterfaces:
EventListener
All Known Subinterfaces:
HAService<E>, HAServiceRpcHandler<E>, HASingleton<E>, HASingletonRpcHandler<E>
All Known Implementing Classes:
HAServiceImpl, HAServiceImpl.RpcHandler, HASingletonImpl, HASingletonImpl.RpcHandler

public interface EventListener<E extends EventObject>
extends EventListener

Generic event listener interface for handling an event.

Author:
Paul Ferraro

Method Summary
 void handleEvent(E event)
           
 

Method Detail

handleEvent

void handleEvent(E event)
                 throws Exception
Throws:
Exception


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.