org.ckkloverdos.filter
Interface IFilter

All Known Subinterfaces:
IFilterFunction, IFilterProcedure
All Known Implementing Classes:
AndFilter, IsNull, NotFilter, NotNull, OrFilter, REFilter

public interface IFilter

A generic filter interface.

Author:
Christos KK Loverdos

Method Summary
 boolean accept(java.lang.Object object, java.lang.Object hints)
          Tests whether or not the specified object can be accepted by the filter.
 

Method Detail

accept

boolean accept(java.lang.Object object,
               java.lang.Object hints)
Tests whether or not the specified object can be accepted by the filter. The second parameter hints is used as a generic extra piece of information.

Parameters:
object -
hints -


Copyright © 1999-2007 Christos KK Loverdos. All Rights Reserved.