public interface Screens extends ProfileService
Modifier and Type | Method and Description |
---|---|
Screen |
defaultScreen()
Returns the default (main) screen.
|
java.util.List<Screen> |
list()
Returns the list of connected screens whose content can be cast to a media receiver.
|
profile
java.util.List<Screen> list()
ObjectClosedException
- when the profile is deleted or its engine is closedScreen defaultScreen()
java.lang.IllegalStateException
- if there are no connected screensObjectClosedException
- when the profile is deleted or its engine is closed