Package diva.util
Interface Filter
-
- All Known Implementing Classes:
KielerLayoutAction
public interface Filter
An 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 boolean
accept(java.lang.Object o)
Test if an object passes the filter, returning true if it does and false if it does not.
-