package com.gwt.ui.client.masterview; public interface Validator { public boolean isValid(Object object); }