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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
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-2010 The Apache Software Foundation. All Rights Reserved.