Class InitFunction


  • public abstract class InitFunction
    extends org.teavm.interop.Function
    • Constructor Summary

      Constructors 
      Constructor Description
      InitFunction()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void run()  
      • Methods inherited from class org.teavm.interop.Function

        get
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InitFunction

        public InitFunction()
    • Method Detail

      • run

        public abstract void run()