Package 

Interface Pine.LibLoader


  • 
    public interface Pine.LibLoader
    
                        

    Interface definition for an implementation to be invoked when load our native library (libpine.so)

    • Method Summary

      Modifier and Type Method Description
      abstract void loadLib() Will be invoked when our native library (libpine.so) needs to be loaded.
      • Methods inherited from class java.lang.Object

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

      • loadLib

         abstract void loadLib()

        Will be invoked when our native library (libpine.so) needs to be loaded.