Called when state of the space changes.

Namespace: Com.Tibco.As.Space.Listener
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
void OnStateChange(
	string spaceName,
	SpaceDef..::..SpaceState spaceState
)
Visual Basic
Sub OnStateChange ( _
	spaceName As String, _
	spaceState As SpaceDef..::..SpaceState _
)
Visual C++
void OnStateChange(
	String^ spaceName, 
	SpaceDef..::..SpaceState spaceState
)

Parameters

spaceName
Type: System..::..String
Name of the space.
spaceState
Type: Com.Tibco.As.Space..::..SpaceDef..::..SpaceState
State of the space.

See Also