public EventListenerInitWrapper(Atk.EventListenerInit managed)
 {
     this.managed = managed;
     if (managed != null)
     {
         NativeDelegate = new EventListenerInitNative(NativeCallback);
     }
 }
		public static Atk.EventListenerInit GetManagedDelegate (EventListenerInitNative native)
		{
			if (native == null)
				return null;
			EventListenerInitWrapper wrapper = (EventListenerInitWrapper) native.Target;
			if (wrapper == null)
				return null;
			return wrapper.managed;
		}
        public static Atk.EventListenerInit GetManagedDelegate(EventListenerInitNative native)
        {
            if (native == null)
            {
                return(null);
            }
            EventListenerInitWrapper wrapper = (EventListenerInitWrapper)native.Target;

            if (wrapper == null)
            {
                return(null);
            }
            return(wrapper.managed);
        }
		public EventListenerInitWrapper (Atk.EventListenerInit managed)
		{
			this.managed = managed;
			if (managed != null)
				NativeDelegate = new EventListenerInitNative (NativeCallback);
		}
		internal EventListenerInitInvoker (EventListenerInitNative native_cb, IntPtr data, GLib.DestroyNotify notify)
		{
			this.native_cb = native_cb;
			__data = data;
			__notify = notify;
		}
		internal EventListenerInitInvoker (EventListenerInitNative native_cb, IntPtr data) : this (native_cb, data, null) {}
		internal EventListenerInitInvoker (EventListenerInitNative native_cb) : this (native_cb, IntPtr.Zero, null) {}
 internal EventListenerInitInvoker(EventListenerInitNative native_cb, IntPtr data, GLib.DestroyNotify notify)
 {
     this.native_cb = native_cb;
     __data         = data;
     __notify       = notify;
 }
 internal EventListenerInitInvoker(EventListenerInitNative native_cb, IntPtr data) : this(native_cb, data, null)
 {
 }
 internal EventListenerInitInvoker(EventListenerInitNative native_cb) : this(native_cb, IntPtr.Zero, null)
 {
 }