org.rococoa.cocoa
Class NSDistributedNotificationCenter

java.lang.Object
  extended by org.rococoa.cocoa.foundation.NSObject
      extended by org.rococoa.cocoa.NSDistributedNotificationCenter
All Implemented Interfaces:
ObjCObject

public abstract class NSDistributedNotificationCenter
extends NSObject

NSDistributedNotificationCenter

Version:
$Id: NSDistributedNotificationCenter.java,v 1.0 Mar 26, 2009 5:47:51 PM haraldk Exp$
Author:
Harald Kuhr, last modified by $Author: haraldk$

Nested Class Summary
static interface NSDistributedNotificationCenter._Class
           
 
Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject
NSObject._class_
 
Field Summary
static NSDistributedNotificationCenter._Class CLASS
           
 
Constructor Summary
NSDistributedNotificationCenter()
           
 
Method Summary
static NSDistributedNotificationCenter defaultCenter()
           
 void postNotification(String notificationName, String notificationSender, NSDictionary userInfo, boolean deliverImmediately)
           
 
Methods inherited from class org.rococoa.cocoa.foundation.NSObject
description, isKindOfClass, isKindOfClass, release, retain, retainCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Field Detail

CLASS

public static final NSDistributedNotificationCenter._Class CLASS
Constructor Detail

NSDistributedNotificationCenter

public NSDistributedNotificationCenter()
Method Detail

defaultCenter

public static NSDistributedNotificationCenter defaultCenter()

postNotification

public final void postNotification(String notificationName,
                                   String notificationSender,
                                   NSDictionary userInfo,
                                   boolean deliverImmediately)


Copyright © 2012. All Rights Reserved.