Click or drag to resize
PutListener Interface
Put listener interface provides a method for being notified regarding entries that are added/updated in a Space

Namespace: Com.Tibco.As.Space.Listener
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public interface PutListener : Listener

The PutListener type exposes the following members.

Methods
  NameDescription
Public methodOnPut
Invoked whenever a SpaceEntry is inserted/updated/overwritten in the space.
Top
See Also