net.sf.bus
Interface Filter

All Superinterfaces:
org.apache.commons.collections.Predicate
All Known Implementing Classes:
CompoundFilter, InstanceOfFilter

public interface Filter
extends org.apache.commons.collections.Predicate

A filter enables a subscriber to further refine the messages they are interested in, beyond the default class hierarchy filter executed on all published messages.

Version:
$Revision: 1.2 $
Author:
James Higginbotham

Methods inherited from interface org.apache.commons.collections.Predicate
evaluate
 



This code may be freely distributed and modified under the terms of the GNU Lesser General Public Licence..