Class NSInvocationOperation

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class NSInvocationOperation
extends NSOperation
  • Constructor Details

    • NSInvocationOperation

      public NSInvocationOperation()
    • NSInvocationOperation

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

      protected NSInvocationOperation​(NSObject.SkipInit skipInit)
    • NSInvocationOperation

      public NSInvocationOperation​(NSObject target, Selector sel, NSObject arg)
    • NSInvocationOperation

      public NSInvocationOperation​(NSInvocation inv)
  • Method Details