/** * * @author tzaki * @version Dec 10, 2008 * */ public interface Moveable { /** * * @param anObject * @return */ boolean move(Object anObject); }