Class CatchAllFilter<T extends DataObject>

java.lang.Object
org.spiderwiz.core.Filter<T>
org.spiderwiz.core.CatchAllFilter<T>
Type Parameters:
T - the type of data objects maintained by this filter.

public class CatchAllFilter<T extends DataObject>
extends Filter<T>
An implementation of Filter that catches all data objects of a specific type.