Class EventApi


  • public final class EventApi
    extends Object
    Behaviour pertaining to media list events.
    • Method Detail

      • addMediaListEventListener

        public void addMediaListEventListener​(MediaListEventListener listener)
        Add a component to be notified of media events.
        Parameters:
        listener - component to notify
      • removeMediaListEventListener

        public void removeMediaListEventListener​(MediaListEventListener listener)
        Remove a component that was previously interested in notifications of media events.
        Parameters:
        listener - component to stop notifying