de.kosi.util
Class AvailableUserFilter

java.lang.Object
  |
  +--de.kosi.util.AvailableUserFilter
All Implemented Interfaces:
DistributedListFilter, java.io.Serializable

public class AvailableUserFilter
extends java.lang.Object
implements DistributedListFilter

See Also:
Serialized Form

Constructor Summary
AvailableUserFilter()
           
 
Method Summary
 boolean filter(java.lang.Object obj)
          Returns if this object should be filtered.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvailableUserFilter

public AvailableUserFilter()
Method Detail

filter

public boolean filter(java.lang.Object obj)
Returns if this object should be filtered.
Specified by:
filter in interface DistributedListFilter
Parameters:
obj - Object that might be filtered.
Returns:
true if the object is filtered.