org.apache.cocoon.portal.event
Interface Filter

All Superinterfaces:
Serializable

Deprecated. Use the receiver instead.

public interface Filter
extends Serializable

A Filter allows subscribers to specify which events they should be informed of. It is Serializable to allow events to be published and received in a distributed architecture.

Version:
CVS $Id: Filter.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler, Volker Schmitt, Mauro Talevi

Method Summary
 boolean filter(Event event)
          Deprecated. Filters event, discarding those not of interest to the subscriber.
 

Method Detail

filter

boolean filter(Event event)
Deprecated. 
Filters event, discarding those not of interest to the subscriber.

Parameters:
event - the Event
Returns:
boolean true if Event passes filter


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.