1 package com.tapina.robe.runtime; 2 3 /*** 4 * Created by IntelliJ IDEA. 5 * User: gareth 6 * Date: Aug 21, 2003 7 * Time: 8:00:09 AM 8 */ 9 public interface Executable { 10 public void execute(Environment environment) throws DecoderException; 11 }