1 package com.opensymphony.workflow.designer;2 3 import com.opensymphony.workflow.loader.ResultDescriptor;4 5 /**6 * @author hani7 * Date: Nov 28, 20038 * Time: 5:14:27 PM9 */10 public interface ResultAware11 {12 public boolean removeResult(ResultDescriptor result);13 }14