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.2.0.015)
Syntax
| C# |
|---|
public interface PutListener : Listener |
| Visual Basic |
|---|
Public Interface PutListener Inherits Listener |
| Visual C++ |
|---|
public interface class PutListener : Listener |
| F# |
|---|
type PutListener = interface interface Listener end |