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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ApplicationEventBusBean() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpost(IApplicationEvent event)voidregister(IApplicationEventHandler eventHandler)voidunregister(IApplicationEventHandler eventHandler) 
 - 
 
- 
- 
Method Detail
- 
post
public void post(IApplicationEvent event)
 
- 
register
public void register(IApplicationEventHandler eventHandler)
 
- 
unregister
public void unregister(IApplicationEventHandler eventHandler)
 
 - 
 
 -