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 TypeMethodDescriptionvoidpost(IApplicationEvent event) voidregister(IApplicationEventHandler eventHandler) voidunregister(IApplicationEventHandler eventHandler)  
- 
Constructor Details
- 
ApplicationEventBusBean
public ApplicationEventBusBean() 
 - 
 - 
Method Details
- 
post
 - 
register
 - 
unregister
 
 -