package cn.cloudwalk.event.handler; public interface EventHandler { void onEvent(E paramE); }