com.supermap.mapping
Interface ConfigurationChangedListener
-
public interface ConfigurationChangedListener
The listener use to receive the change between horizontal screen and vertical screen.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
toHorizontalScreen()
Change vertical screen to horizontal screen.void
toVerticalScreen()
Change horizontal screen to vertical screen.
-