01: package com.opensymphony.workflow.designer; 02: 03: import com.opensymphony.workflow.loader.ResultDescriptor; 04: 05: /** 06: * @author hani 07: * Date: Nov 28, 2003 08: * Time: 5:14:27 PM 09: */ 10: public interface ResultAware { 11: public boolean removeResult(ResultDescriptor result); 12: }