类 ApplicationEventUtils
- java.lang.Object
-
- com.codingapi.springboot.framework.event.ApplicationEventUtils
-
public class ApplicationEventUtils extends Object
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 static ApplicationEventUtilsgetInstance()protected voidinitContext(org.springframework.context.ApplicationContext context)voidpush(IEvent event)
-
-
-
方法详细资料
-
getInstance
public static ApplicationEventUtils getInstance()
-
push
public void push(IEvent event)
-
initContext
protected void initContext(org.springframework.context.ApplicationContext context)
-
-