Piccolo.NET

PNotificationCenter.CompoundValue Class

CompoundValue stores an object (the listener) and a callback to invoke on that object.

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

System.Object
   WeakReference
      PNotificationCenter.CompoundValue

public class PNotificationCenter.CompoundValue : 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.CompoundValue Members | UMD.HCIL.PiccoloX.Events Namespace