Uses of Class
de.xima.fc.gui.common.bean.eventbus.SessionEventBusBean
-
Packages that use SessionEventBusBean Package Description de.xima.fc.gui.bean.application.templates de.xima.fc.gui.bean.project de.xima.fc.gui.common.bean de.xima.fc.gui.common.bean.eventbus -
-
Uses of SessionEventBusBean in de.xima.fc.gui.bean.application.templates
Methods in de.xima.fc.gui.bean.application.templates that return SessionEventBusBean Modifier and Type Method Description SessionEventBusBean
RolePropertiesTemplateBean. getSessionEventBusBean()
Methods in de.xima.fc.gui.bean.application.templates with parameters of type SessionEventBusBean Modifier and Type Method Description void
RolePropertiesTemplateBean. setSessionEventBusBean(SessionEventBusBean sessionEventBusBean)
-
Uses of SessionEventBusBean in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return SessionEventBusBean Modifier and Type Method Description SessionEventBusBean
ProjectBean. getSessionEventBusBean()
Methods in de.xima.fc.gui.bean.project with parameters of type SessionEventBusBean Modifier and Type Method Description void
ProjectBean. setSessionEventBusBean(SessionEventBusBean sessionEventBusBean)
-
Uses of SessionEventBusBean in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean that return SessionEventBusBean Modifier and Type Method Description SessionEventBusBean
AContextBean. getSessionEventBusBean()
SessionEventBusBean
LoginBean. getSessionEventBusBean()
Deprecated.SessionEventBusBean
MenuTemplateBean. getSessionEventBusBean()
Deprecated.SessionEventBusBean
ViewBean. getSessionEventBusBean()
Deprecated.Methods in de.xima.fc.gui.common.bean with parameters of type SessionEventBusBean Modifier and Type Method Description void
AContextBean. setSessionEventBusBean(SessionEventBusBean sessionEventBusBean)
void
LoginBean. setSessionEventBusBean(SessionEventBusBean sessionEventBusBean)
Deprecated.void
MenuTemplateBean. setSessionEventBusBean(SessionEventBusBean sessionEventBusBean)
Deprecated.void
ViewBean. setSessionEventBusBean(SessionEventBusBean sessionEventBusBean)
Deprecated. -
Uses of SessionEventBusBean in de.xima.fc.gui.common.bean.eventbus
Methods in de.xima.fc.gui.common.bean.eventbus that return SessionEventBusBean Modifier and Type Method Description SessionEventBusBean
ViewEventBusBean. getSessionEventBusBean()
Deprecated.Methods in de.xima.fc.gui.common.bean.eventbus with parameters of type SessionEventBusBean Modifier and Type Method Description void
ViewEventBusBean. setSessionEventBusBean(SessionEventBusBean sessionEventBusBean)
Deprecated.
-