org.kalmeo.util
Interface Filter


public interface Filter


Method Summary
 int accept(java.lang.Object obj)
          Returns An integer greater than 0 if the obj is acceptable in this Filter.
 

Method Detail

accept

int accept(java.lang.Object obj)
Returns An integer greater than 0 if the obj is acceptable in this Filter. If the value is lesser or equals than 0 the obj is rejected.

Parameters:
obj -
Returns:
An integer greater than 0 if the obj is acceptable in this Filter


Copyright © 2007-2008 Kalmeo. All Rights Reserved.