1 /* 2 * ActionEvent.java 3 * Created on 20 Сентябрь 2006 г., 23:12 4 */ 5 6 package org.weda.action; 7 8 /** 9 * 10 * @author Mikhail Titov 11 */ 12 public interface ActionEvent { 13 public ActionExecutionContext getExecutionContext(); 14 }