All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface benno.sort.Selector

public interface Selector
This is a generic selector interface to be used when selecting object. I made it when I realised that I had made two almost identical AccountSelector and TransactionSelector interfaces in my accounts program, with the possibilty of having to add in even more almost identical interfaces.

Version:
$Revision: 1.3 $
Author:
Ben Clifford

Method Index

 o accept(Object)

Methods

 o accept
 public abstract boolean accept(Object o)

All Packages  Class Hierarchy  This Package  Previous  Next  Index