com.taco.util
Interface IObjectFilter

All Known Implementing Classes:
AcceptAllObjectFilter, CompositeConverter.NotUpdaterListenerFilter

public interface IObjectFilter

An interface for filtering out objects that match a certain criteria.


Method Summary
 boolean accept(java.lang.Object obj)
           
 

Method Detail

accept

boolean accept(java.lang.Object obj)