org.bsf.smartValueObject
Interface VersionableFilter


public interface VersionableFilter

Filter objects based on their version state.

See Also:
VersionableFilters, Versionable

Method Summary
 boolean accept(org.bsf.smartValueObject.Versionable v)
          Tests wether or not the specified object implementing Versionable is accepted.
 

Method Detail

accept

public boolean accept(org.bsf.smartValueObject.Versionable v)
Tests wether or not the specified object implementing Versionable is accepted.

Parameters:
v - object to test.
Returns: