org.apache.cocoon.portal.event
Interface Publisher

All Known Implementing Classes:
DefaultEventManager

public interface Publisher

Publisher produces or publishes events that are brokered by EventManager and of which the appropriate subscribers are informed of.

Version:
CVS $Id: Publisher.java 433543 2006-08-22 06:22:54Z crossley $
Author:
Carsten Ziegeler, Volker Schmitt, Mauro Talevi

Method Summary
 void publish(Event event)
          Publishes an event for subscribers to be informed of.
 

Method Detail

publish

void publish(Event event)
Publishes an event for subscribers to be informed of.

Parameters:
event - the Event being published


Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.