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.
See Also:
  • Constructor Details

    • UIEventBus

      public UIEventBus()
      Deprecated.
  • Method Details

    • 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.