Package com.teamdev.jxbrowser.cast
Interface Screens
- All Superinterfaces:
ProfileService
A service that allows obtaining connected screens.
- Since:
- 7.29
-
Method Summary
Modifier and TypeMethodDescriptionReturns the default (main) screen.list()
Returns the list of connected screens whose content can be cast to a media receiver.Methods inherited from interface com.teamdev.jxbrowser.profile.ProfileService
profile
-
Method Details
-
list
Returns the list of connected screens whose content can be cast to a media receiver.- Throws:
ObjectClosedException
- when the profile is deleted or its engine is closed
-
defaultScreen
Screen defaultScreen()Returns the default (main) screen.- Throws:
IllegalStateException
- if there are no connected screensObjectClosedException
- when the profile is deleted or its engine is closed
-