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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onApplicationEvent
(org.springframework.context.event.ContextRefreshedEvent event) void
toolbarItemBind
(ToolbarItemsProvider toolbarItem)
-
Constructor Details
-
ToolbarManagerImpl
-
-
Method Details
-
toolbarItemBind
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event) - Specified by:
onApplicationEvent
in interfaceorg.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
-