Class ApplicationEventBusBean
java.lang.Object
de.xima.fc.gui.common.bean.eventbus.ApplicationEventBusBean
- All Implemented Interfaces:
Serializable
@Named
@ApplicationScoped
public class ApplicationEventBusBean
extends Object
implements Serializable
Bean for event subscription and handling during session
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
post
(IApplicationEvent event) void
register
(IApplicationEventHandler eventHandler) void
unregister
(IApplicationEventHandler eventHandler)
-
Constructor Details
-
ApplicationEventBusBean
public ApplicationEventBusBean()
-
-
Method Details
-
post
-
register
-
unregister
-