Class ViewEventBusBean
- java.lang.Object
-
- de.xima.fc.gui.common.bean.eventbus.ViewEventBusBean
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class ViewEventBusBean extends Object implements Serializable
Bean for event subscription and handling of the application- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ViewEventBusBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SessionEventBusBean
getSessionEventBusBean()
Deprecated.void
post(IViewEvent event)
void
register(IViewEventHandler eventHandler)
void
setSessionEventBusBean(SessionEventBusBean sessionEventBusBean)
Deprecated.void
unregister(IViewEventHandler eventHandler)
-
-
-
Method Detail
-
getSessionEventBusBean
@Deprecated public SessionEventBusBean getSessionEventBusBean()
Deprecated.
-
post
public void post(IViewEvent event)
-
register
public void register(IViewEventHandler eventHandler)
-
setSessionEventBusBean
@Deprecated public void setSessionEventBusBean(SessionEventBusBean sessionEventBusBean)
Deprecated.
-
unregister
public void unregister(IViewEventHandler eventHandler)
-
-