public static interface DisplayManager.DisplayListener
Modifier and Type | Method and Description |
---|---|
void |
onDisplayAdded(int displayId)
Called whenever a logical display has been added to the system.
|
void |
onDisplayChanged(int displayId)
Called whenever the properties of a logical display have changed.
|
void |
onDisplayRemoved(int displayId)
Called whenever a logical display has been removed from the system.
|
void onDisplayAdded(int displayId)
DisplayManager.getDisplay(int)
to get more information about
the display.displayId
- The id of the logical display that was added.void onDisplayRemoved(int displayId)
displayId
- The id of the logical display that was removed.void onDisplayChanged(int displayId)
displayId
- The id of the logical display that changed.