package org.argeo.slc.autoui; public interface AutoUiApplication extends Runnable{ public Object execute(Object object) throws Exception; }