Click or drag to resize
SpaceEvent Interface
Events are passed to the listener callback or returned by EventBrowser's next method. Space, Listener, PutListener, TakeListener, ExpireListener, SeedListener, UnseedListener, EventBrowser

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

The SpaceEvent type exposes the following members.

Properties
  NameDescription
Public propertySpaceName
Return the space name the event belongs to
Public propertyTuple
Return the modified Tuple due to the space operation such as put, take, lock, unlock or expire.
Public propertyType
Return the event type that caused the callback.
Top
See Also