Interface IMediaGenerator

    • Method Detail

      • addListener

        boolean addListener​(IMediaListener listener)
        Add a media tool listener.
        Parameters:
        listener - the listener to add
        Returns:
        true if the set of listeners changed as a result of the call
      • removeListener

        boolean removeListener​(IMediaListener listener)
        Remove a media tool listener.
        Parameters:
        listener - the listener to remove
        Returns:
        true if the set of listeners changed as a result of the call
      • getListeners

        java.util.Collection<IMediaListenergetListeners()
        Get the list of existing media tools listeners.
        Returns:
        an unmodifiable collection of listeners