类 XBaseApplicationListener

java.lang.Object
com.hengyi.xbaseweb.system.listener.XBaseApplicationListener
所有已实现的接口:
EventListener, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>

@Component public class XBaseApplicationListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
  • 构造器详细资料

    • XBaseApplicationListener

      public XBaseApplicationListener()
  • 方法详细资料

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent contextRefreshedEvent)
      指定者:
      onApplicationEvent 在接口中 org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>