@Stop
 public void stop() {
   if (started) {
     try {
       if (nativeManager != null) nativeManager.stop();
     } catch (NativeHandlerException e) {
       e.printStackTrace();
     }
   }
 }