Class HiddenHelperUser

java.lang.Object
gaiasky.script.HiddenHelperUser
All Implemented Interfaces:
IObserver

public class HiddenHelperUser extends Object implements IObserver
This guy implements high level operations which run concurrently to the main thread by starting new threads
  • Method Details

    • instance

      public static HiddenHelperUser instance()
    • initialize

      public static void initialize()
    • notify

      public void notify(Events event, Object... data)
      Description copied from interface: IObserver
      Event notification call.
      Specified by:
      notify in interface IObserver
      Parameters:
      event - The event type.
      data - The data associated with this event.