org.mmbase.core.event
Interface AllEventListener

Package class diagram package AllEventListener
All Superinterfaces:
EventListener

public interface AllEventListener
extends EventListener

This is a listener interface for every type of event. Primarily created for ClusterManager, which has to propagate all local events to the mmbase cluster.

Since:
1.8
Version:
$Id: AllEventListener.java 45318 2011-02-19 08:58:53Z michiel $
Author:
Ernst Bunders
See Also:
AllEventBroker

Method Summary
 void notify(Event event)
           
 

Method Detail

notify

void notify(Event event)


MMBase2 Utils 2.0-SNAPSHOT - 2013-05-29T22:03