Unregisters the listener from recieving notfications from this notfication center.
Unregisters the listener from recieving notfications from this notfication center.
public virtual void RemoveListener(object);
Removes the listener from the list mapped to the given key in the listeners map.
protected virtual void RemoveListener(object,object);
Unregisters the listener from recieving notifications matching notificationName and object.
public virtual void RemoveListener(object,string,object);
PNotificationCenter Class | UMD.HCIL.PiccoloX.Events Namespace