Class NSNotificationCenter


public class NSNotificationCenter extends NSObject
  • Constructor Details

    • NSNotificationCenter

      public NSNotificationCenter()
    • NSNotificationCenter

      public NSNotificationCenter(long id)
    • NSNotificationCenter

      public NSNotificationCenter(id id)
  • Method Details

    • addObserver

      public void addObserver(id observer, long aSelector, NSString aName, id anObject)
    • defaultCenter

      public static NSNotificationCenter defaultCenter()
    • removeObserver

      public void removeObserver(id observer)
    • removeObserver

      public void removeObserver(id observer, NSString aName, id anObject)