java.lang.Object
uk.co.caprica.vlcj.factory.Dialogs
Encapsulation of native dialog callbacks.
Essentially this component bridges native dialog callbacks to methods on a DialogHandler implementation
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddDialogHandler(DialogHandler handler) Add a handler to process the dialog callbacks.voidremoveDialogHandler(DialogHandler handler) Remove a handler that was processing dialog callbacks.
-
Method Details
-
addDialogHandler
Add a handler to process the dialog callbacks.- Parameters:
handler- handler
-
removeDialogHandler
Remove a handler that was processing dialog callbacks.- Parameters:
handler- handler
-