com.supermap.realspace
Interface StatusChangedListener
-
public interface StatusChangedListener
A listener to to receive flying status changed event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
statusChanged(StatusChangedEvent event)
Called when the flying status is changed.
-
-
-
Method Detail
-
statusChanged
void statusChanged(StatusChangedEvent event)
Called when the flying status is changed.- Parameters:
event
- The StatusChangedEvent.
-
-