Piccolo.NET

PNotificationCenter.CompoundKey Class

CompoundKey stores a name/object pair used to map listener lists in the listeners map.

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

System.Object
   WeakReference
      PNotificationCenter.CompoundKey

protected class PNotificationCenter.CompoundKey : WeakReference

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

This class extends WeakReference to avoid the garbage collection problems associated with standard event listeners.

Requirements

Namespace: UMD.HCIL.PiccoloX.Events

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

See Also

PNotificationCenter.CompoundKey Members | UMD.HCIL.PiccoloX.Events Namespace