1.3.5.2. 开发步骤

  1. 事件监听(注解驱动)

    其它任意模块都可以监听上述事件,只需要在方法上面使用@listenEvent(event=XXXEvent.class),方法参数即为Event对象。 监听类必须定义为spring bean