package com.sinosoft.event;
import java.util.Map;
public interface EventAction {
public boolean handleEventAction(Map<String, Object> params);
}