Class SessionEventBusBean
- java.lang.Object
 - 
- de.xima.fc.gui.common.bean.eventbus.SessionEventBusBean
 
 
- 
- All Implemented Interfaces:
 Serializable
@Named @SessionScoped public class SessionEventBusBean extends Object implements Serializable
Bean for event subscription and handling of the application- Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SessionEventBusBean() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ApplicationEventBusBeangetApplicationEventBusBean()Deprecated.voidpost(ISessionEvent event)voidregister(ISessionEventHandler eventHandler)voidsetApplicationEventBusBean(ApplicationEventBusBean applicationEventBusBean)Deprecated.voidunregister(ISessionEventHandler eventHandler) 
 - 
 
- 
- 
Method Detail
- 
getApplicationEventBusBean
@Deprecated public ApplicationEventBusBean getApplicationEventBusBean()
Deprecated. 
- 
post
public void post(ISessionEvent event)
 
- 
register
public void register(ISessionEventHandler eventHandler)
 
- 
setApplicationEventBusBean
@Deprecated public void setApplicationEventBusBean(ApplicationEventBusBean applicationEventBusBean)
Deprecated. 
- 
unregister
public void unregister(ISessionEventHandler eventHandler)
 
 - 
 
 -