public interface IDisplay extends IBaseSystem
| Modifier and Type | Method and Description |
|---|---|
void |
addDisplayOrientationListener(IDisplayOrientationListener listener)
Add a listener to start receiving display orientation change events.
|
ICapabilitiesOrientation |
getOrientationCurrent()
Returns the current orientation of the display.
|
void |
removeDisplayOrientationListener(IDisplayOrientationListener listener)
Remove a listener to stop receiving display orientation change events.
|
void |
removeDisplayOrientationListeners()
Remove all listeners receiving display orientation events.
|
getAPIGroup, getAPIVersionvoid addDisplayOrientationListener(IDisplayOrientationListener listener)
listener - Listener to add to receive orientation change events.ICapabilitiesOrientation getOrientationCurrent()
void removeDisplayOrientationListener(IDisplayOrientationListener listener)
listener - Listener to remove from receiving orientation change events.void removeDisplayOrientationListeners()