01: /* 02: * Created on 13 Sep 2007 03: */ 04: package uk.org.ponder.rsf.swf.support; 05: 06: import org.springframework.webflow.executor.ResponseInstruction; 07: 08: public interface ResponseInstructionGetter { 09: public ResponseInstruction getResponse(String event); 10: }