util
Interface Filter

All Known Implementing Classes:
OccupationFilter

public interface Filter
extends Serializable

Used to plow through lists of stuff and pull out only what is wanted. implements serializable since filters are more often than not passed remotely and such.


Method Summary
 boolean match(Object obj)
           
 

Method Detail

match

public boolean match(Object obj)