1 /* 2 * Created on 30-mar-2006 3 * 4 */ 5 package org.state4j.sm; 6 7 public interface SmTarget extends SmEventOriginator { 8 }