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.UseSessionEventBusBeaninstead- 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 voidregisterLoginListener(ILoginListener... listener)Deprecated.static voidregisterMainMenuInitListener(IMainMenuInitListener... listener)Deprecated.static voidregisterRolePropsInitListener(IRolePropsInitListener... listener)Deprecated.static voidremoveLoginListener(ILoginListener... listener)Deprecated.static voidremoveMainMenuInitListener(IMainMenuInitListener... listener)Deprecated.static voidremoveRolePropsInitListener(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.
-
-