java.lang.Object
uk.co.caprica.vlcj.media.EventApi
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMediaEventListener
(MediaEventListener listener) Add a component to be notified of media events.void
removeMediaEventListener
(MediaEventListener listener) Remove a component that was previously interested in notifications of media events.
-
Method Details
-
addMediaEventListener
Add a component to be notified of media events.- Parameters:
listener
- component to notify
-
removeMediaEventListener
Remove a component that was previously interested in notifications of media events.- Parameters:
listener
- component to stop notifying
-