Package diva.util
Interface Filter
-
- All Known Implementing Classes:
KielerLayoutAction
public interface FilterAn interface for objects that filter other objects.- Version:
- $Id$
- Author:
- John Reekie
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(java.lang.Object o)Test if an object passes the filter, returning true if it does and false if it does not.
-