| MGMap.setBusyStateChangedObserver |
|
void setBusyStateChangedObserver(MGBusyStateChangedObserver observer)
Activates the Java object that observes the Autodesk MapGuide Viewer busy state.
You cannot use the onBusyStateChanged event without first calling this method.
Plug-In and Java Edition only
observer - MGBusyStateChangedObserver, the observer interface implementation, or null to disable event observation.
none