Piccolo.NET

PNotification Class

PNotification objects encapsulate information so that it can be broadcast to other objects by a PNotificationCenter.

For a list of all members of this type, see PNotification Members.

System.Object
   PNotification

public class PNotification

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

A PNotification contains a name, an object, and an optional properties map. The name is a tag identifying the notification. The object is any object that the poster of the notification wants to send to observers of that notification (typically, it is the object that posted the notification). The properties map stores other related objects, if any.

You don’t usually create your own notifications directly. The PNotificationCenter.PostNotification method allows you to conveniently post a notification without creating it first.

Requirements

Namespace: UMD.HCIL.PiccoloX.Events

Assembly: UMD.HCIL.PiccoloX (in UMD.HCIL.PiccoloX.dll)

See Also

PNotification Members | UMD.HCIL.PiccoloX.Events Namespace