KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > opensymphony > workflow > designer > ResultAware


1 package com.opensymphony.workflow.designer;
2
3 import com.opensymphony.workflow.loader.ResultDescriptor;
4
5 /**
6  * @author hani
7  * Date: Nov 28, 2003
8  * Time: 5:14:27 PM
9  */

10 public interface ResultAware
11 {
12   public boolean removeResult(ResultDescriptor result);
13 }
14
Popular Tags