MGMap.setBusyStateChangedObserver   Go to object model Go to parent topic Go to previous topic Go to next topic

Syntax

void setBusyStateChangedObserver(MGBusyStateChangedObserver observer)

Description

Activates the Java object that observes the Autodesk MapGuide Viewer busy state.

You cannot use the onBusyStateChanged event without first calling this method.

Applies To

Plug-In and Java Edition only

Parameters

observer - MGBusyStateChangedObserver, the observer interface implementation, or null to disable event observation.

Error Codes

none

See Also

getBusyStateChangedObserver,