org.jboss.ha.framework.server
Interface EventFacility<E extends EventObject>

Type Parameters:
E - the event to be handled by this facility
All Known Implementing Classes:
HAServiceImpl, HASingletonImpl

public interface EventFacility<E extends EventObject>

Generic facility for handling events.

Author:
Paul Ferraro

Method Summary
 void notifyListeners(E event)
           
 

Method Detail

notifyListeners

void notifyListeners(E event)


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