Package de.xima.fc.gui.common.utils
Class UIEventBus
- java.lang.Object
-
- de.xima.fc.gui.common.utils.UIEventBus
-
- All Implemented Interfaces:
Serializable
@Deprecated public final class UIEventBus extends Object implements Serializable
Deprecated.UseSessionEventBusBean
instead- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UIEventBus()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static List<ILoginListener>
getLoginListeners()
Deprecated.static List<IMainMenuInitListener>
getMainMenuInitListeners()
Deprecated.static List<IRolePropsInitListener>
getRolePropsInitListeners()
Deprecated.static void
registerLoginListener(ILoginListener... listener)
Deprecated.static void
registerMainMenuInitListener(IMainMenuInitListener... listener)
Deprecated.static void
registerRolePropsInitListener(IRolePropsInitListener... listener)
Deprecated.static void
removeLoginListener(ILoginListener... listener)
Deprecated.static void
removeMainMenuInitListener(IMainMenuInitListener... listener)
Deprecated.static void
removeRolePropsInitListener(IRolePropsInitListener... listener)
Deprecated.
-
-
-
Method Detail
-
registerMainMenuInitListener
public static void registerMainMenuInitListener(IMainMenuInitListener... listener)
Deprecated.
-
removeMainMenuInitListener
public static void removeMainMenuInitListener(IMainMenuInitListener... listener)
Deprecated.
-
registerRolePropsInitListener
public static void registerRolePropsInitListener(IRolePropsInitListener... listener)
Deprecated.
-
removeRolePropsInitListener
public static void removeRolePropsInitListener(IRolePropsInitListener... listener)
Deprecated.
-
registerLoginListener
public static void registerLoginListener(ILoginListener... listener)
Deprecated.
-
removeLoginListener
public static void removeLoginListener(ILoginListener... listener)
Deprecated.
-
getLoginListeners
public static List<ILoginListener> getLoginListeners()
Deprecated.
-
getMainMenuInitListeners
public static List<IMainMenuInitListener> getMainMenuInitListeners()
Deprecated.
-
getRolePropsInitListeners
public static List<IRolePropsInitListener> getRolePropsInitListeners()
Deprecated.
-
-