Creates a notification with the given name and object, and posts it to this notification center.
Creates a notification with the given name and object, and posts it to this notification center.
public virtual void PostNotification(string,object);
Creates a notification with the given name, object and properties, and posts it to this notification center.
public virtual void PostNotification(string,object,IDictionary);
Post the notification to this notification center.
public virtual void PostNotification(PNotification);
PNotificationCenter Class | UMD.HCIL.PiccoloX.Events Namespace