001 /*
002 @license.text@
003 */
004 package biz.hammurapi.util;
005
006 /**
007 * @author Pavel Vlasov
008 * @version $Revision: 1.1 $
009 */
010 public interface DispatcherAware {
011 void setDispatcher(DispatchingVisitor dispatcher);
012 }