Class NSInvocationOperation

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class NSInvocationOperation
    extends NSOperation
    Since:
    Available in iOS 2.0 and later.
    • Constructor Detail

      • NSInvocationOperation

        public NSInvocationOperation()
      • NSInvocationOperation

        protected NSInvocationOperation​(NSObject.Handle h,
                                        long handle)
      • NSInvocationOperation

        protected NSInvocationOperation​(NSObject.SkipInit skipInit)
      • NSInvocationOperation

        public NSInvocationOperation​(NSObject target,
                                     org.robovm.objc.Selector sel,
                                     NSObject arg)
      • NSInvocationOperation

        public NSInvocationOperation​(NSInvocation inv)