类 InfraHandler.ContextRefreshListener

java.lang.Object
cn.taketoday.web.handler.InfraHandler.ContextRefreshListener
所有已实现的接口:
cn.taketoday.context.ApplicationListener<cn.taketoday.context.event.ContextRefreshedEvent>, EventListener
封闭类:
InfraHandler

private class InfraHandler.ContextRefreshListener extends Object implements cn.taketoday.context.ApplicationListener<cn.taketoday.context.event.ContextRefreshedEvent>
ApplicationListener endpoint that receives events from this handler's ApplicationContext only, delegating to onApplicationEvent on the DispatcherHandler instance.
  • 构造器详细资料

    • ContextRefreshListener

      private ContextRefreshListener()
  • 方法详细资料

    • onApplicationEvent

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