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 TypeMethodDescriptionvoid
addDialogHandler
(DialogHandler handler) Add a handler to process the dialog callbacks.void
removeDialogHandler
(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
-