Interface DialogHandler

All Known Implementing Classes:
DialogHandlerAdapter

public interface DialogHandler
Specification for a component that handles native dialogs.

A dialog need not have a user-interface. For example, a login dialog could load credentials from a file or system properties and programmatically deal with the dialog.

Implementations should use MediaPlayerFactory.dialogs() to interact with the dialogs.