Class SimpleFramework


  • public class SimpleFramework
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleFramework()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      NativeResult doNativeStuff​(java.lang.String nativeStuffToDo)  
      • Methods inherited from class java.lang.Object

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

      • SimpleFramework

        public SimpleFramework()
    • Method Detail

      • doNativeStuff

        public NativeResult doNativeStuff​(java.lang.String nativeStuffToDo)