Package 

Interface HyprMXIf.HyprMXInitializationListener


  • 
    public interface HyprMXIf.HyprMXInitializationListener
    
                        

    The initialization listener.

    When provided, HyprMX will callback to onInitialized when initialization has finished. If there was a problem initializing, check the logs for more details on the failure.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onInitialized(InitResult result) The initialization process has finished.
      • Methods inherited from class java.lang.Object

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

      • onInitialized

         abstract Unit onInitialized(InitResult result)

        The initialization process has finished.

        Parameters:
        result - The initialization result whether successful or not.