package jnpf.event; import jnpf.module.ProjectEvent; /** * 事件发送渠道 */ public interface ProjectEventSender { void send(ProjectEvent projectEvent); }