ccl.util
Interface Testable


public interface Testable

For example this interface can be implemented by inner classes which can then be given to filter methods that work on collections.


Method Summary
 boolean test(java.lang.Object pObject_)
          Well, implement here what ever you want to test.
 

Method Detail

test

public boolean test(java.lang.Object pObject_)
Well, implement here what ever you want to test.

Parameters:
pObject_ - An object that we want to test for a specific attribute.