Put listener interface provides a method for being notified regarding entries that are added/updated in a Space
Namespace: Com.Tibco.As.Space.ListenerAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic interface PutListener : Listener
Public Interface PutListener
Inherits Listener
public interface class PutListener : Listener
type PutListener =
interface
interface Listener
end
The PutListener type exposes the following members.
Methods
| Name | Description |
---|
 | OnPut |
Invoked whenever a SpaceEntry is inserted/updated/overwritten in the space.
|
Top
See Also