1 /* 2 * Created on 30-mar-2006 3 * 4 */ 5 package org.state4j.sm; 6 7 public interface SmExecutor { 8 9 void execute(SmContext cntx);}