com.croftsoft.core.role
Interface Filter


public interface Filter

Determines whether an object should be filtered.

Since:
2003-04-09
Version:
2003-04-09
Author:
David Wallace Croft

Method Summary
 boolean isFiltrate(Object o)
          Filtrate is what passes through a filter.
 

Method Detail

isFiltrate

boolean isFiltrate(Object o)
Filtrate is what passes through a filter.

Returns:
Returns false if the object should be filtered.

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)