Class HiddenHelperUser

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

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

    Modifier and Type Method Description
    static void initialize()  
    static HiddenHelperUser instance()  
    void notify​(Events event, java.lang.Object... data)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • instance

      public static HiddenHelperUser instance()
    • initialize

      public static void initialize()
    • notify

      public void notify​(Events event, java.lang.Object... data)
      Specified by:
      notify in interface IObserver