java.lang.Object
uk.co.caprica.vlcj.medialist.EventApi
Behaviour pertaining to media list events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a component to be notified of media events.void
Remove a component that was previously interested in notifications of media events.
-
Method Details
-
addMediaListEventListener
Add a component to be notified of media events.- Parameters:
listener
- component to notify
-
removeMediaListEventListener
Remove a component that was previously interested in notifications of media events.- Parameters:
listener
- component to stop notifying
-