static IntPtr n_Schedule_Lcom_liveperson_infra_statemachine_interfaces_IEvent_J(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, long p1)
        {
            global::Com.Liveperson.Infra.Statemachine.StateMachineExecutor __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Statemachine.StateMachineExecutor> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Com.Liveperson.Infra.Statemachine.Interfaces.IEvent    p0     = (global::Com.Liveperson.Infra.Statemachine.Interfaces.IEvent)global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Statemachine.Interfaces.IEvent> (native_p0, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.Schedule(p0, p1));

            return(__ret);
        }
 static void n_Shutdown(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Infra.Statemachine.StateMachineExecutor __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Statemachine.StateMachineExecutor> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Shutdown();
 }
 static void n_Cancel_Ljava_lang_Runnable_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Liveperson.Infra.Statemachine.StateMachineExecutor __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Statemachine.StateMachineExecutor> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Java.Lang.IRunnable p0 = (global::Java.Lang.IRunnable)global::Java.Lang.Object.GetObject <global::Java.Lang.IRunnable> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.Cancel(p0);
 }
 static void n_Post_Lcom_liveperson_infra_statemachine_interfaces_IEvent_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Liveperson.Infra.Statemachine.StateMachineExecutor __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Statemachine.StateMachineExecutor> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Liveperson.Infra.Statemachine.Interfaces.IEvent    p0     = (global::Com.Liveperson.Infra.Statemachine.Interfaces.IEvent)global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Statemachine.Interfaces.IEvent> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.Post(p0);
 }
 static bool n_IsInitialized(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Infra.Statemachine.StateMachineExecutor __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Statemachine.StateMachineExecutor> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.IsInitialized);
 }