Click or drag to resize
SpaceStateListenerOnStateChange Method
Called when state of the space changes.

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
void OnStateChange(
	string spaceName,
	SpaceDefSpaceState spaceState
)

Parameters

spaceName
Type: SystemString
Name of the space.
spaceState
Type: Com.Tibco.As.SpaceSpaceDefSpaceState
State of the space.
See Also