ewe.util
Interface ObjectFinder

All Known Implementing Classes:
ComparerObjectFinder, PenEvent

public interface ObjectFinder

A utility interface used for searching/sorting etc.


Method Summary
 boolean lookingFor(Object obj)
          This should return true if the object is one we are looking for.
 

Method Detail

lookingFor

public boolean lookingFor(Object obj)
This should return true if the object is one we are looking for.