Beispiel #1
0
 static void n_ChangeStateAndPassEvent_Lcom_liveperson_infra_statemachine_interfaces_IState_Lcom_liveperson_infra_statemachine_interfaces_IEvent_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1)
 {
     global::Com.Liveperson.Infra.Statemachine.BaseStateMachine  __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Statemachine.BaseStateMachine> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Liveperson.Infra.Statemachine.Interfaces.IState p0     = (global::Com.Liveperson.Infra.Statemachine.Interfaces.IState)global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Statemachine.Interfaces.IState> (native_p0, JniHandleOwnership.DoNotTransfer);
     global::Com.Liveperson.Infra.Statemachine.Interfaces.IEvent p1     = (global::Com.Liveperson.Infra.Statemachine.Interfaces.IEvent)global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Statemachine.Interfaces.IEvent> (native_p1, JniHandleOwnership.DoNotTransfer);
     __this.ChangeStateAndPassEvent(p0, p1);
 }
Beispiel #2
0
        static IntPtr n_PostDelayEvent_Lcom_liveperson_infra_statemachine_interfaces_IEvent_J(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, long p1)
        {
            global::Com.Liveperson.Infra.Statemachine.BaseStateMachine  __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Statemachine.BaseStateMachine> (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.PostDelayEvent(p0, p1));

            return(__ret);
        }
Beispiel #3
0
 static bool n_IsInitialized(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Infra.Statemachine.BaseStateMachine __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Statemachine.BaseStateMachine> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.IsInitialized);
 }
Beispiel #4
0
 static void n_ShutDown(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Infra.Statemachine.BaseStateMachine __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Statemachine.BaseStateMachine> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.ShutDown();
 }
Beispiel #5
0
 static void n_SetStateMachineExecutor_Lcom_liveperson_infra_statemachine_interfaces_IStateMachineExecutor_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Liveperson.Infra.Statemachine.BaseStateMachine __this             = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Statemachine.BaseStateMachine> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Liveperson.Infra.Statemachine.Interfaces.IStateMachineExecutor p0 = (global::Com.Liveperson.Infra.Statemachine.Interfaces.IStateMachineExecutor)global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Statemachine.Interfaces.IStateMachineExecutor> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.SetStateMachineExecutor(p0);
 }
Beispiel #6
0
 static void n_CancelDelayedEvent_Ljava_lang_Runnable_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Liveperson.Infra.Statemachine.BaseStateMachine __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Statemachine.BaseStateMachine> (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.CancelDelayedEvent(p0);
 }
Beispiel #7
0
 static void n_Apply_Lcom_liveperson_infra_statemachine_interfaces_IEvent_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Liveperson.Infra.Statemachine.BaseStateMachine  __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Statemachine.BaseStateMachine> (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.Apply(p0);
 }
Beispiel #8
0
 static IntPtr n_ActiveState(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Infra.Statemachine.BaseStateMachine __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Statemachine.BaseStateMachine> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.ActiveState()));
 }
Beispiel #9
0
 static IntPtr n_GetTag(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Infra.Statemachine.BaseStateMachine __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Statemachine.BaseStateMachine> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewString(__this.Tag));
 }