Class ToolbarManagerImpl

java.lang.Object
ru.cg.webbpm.studio.platform.impl.wm.ToolbarManagerImpl
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>

@Component public class ToolbarManagerImpl extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
Author:
Abdulin
  • Constructor Details

    • ToolbarManagerImpl

      @Autowired public ToolbarManagerImpl(IdeManager ideManager, Alerts alerts)
  • Method Details

    • toolbarItemBind

      public void toolbarItemBind(ToolbarItemsProvider toolbarItem)
    • onApplicationEvent

      public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>