All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ocap.shared.dvr.RecordingChangedListener Maven / Gradle / Ivy

package org.ocap.shared.dvr;

import java.util.EventListener;

/**
 * Listener to receive changes in the recording list maintained by the
 * RecordingManager.
 */
public interface RecordingChangedListener extends EventListener
{

    /**
     * Notifies the RecordingChangedListener of an event
     * generated by the RecordingManager. Events are
     * generated when there are changes in the list of recording
     * requests maintained by the recording manager.
     *
     * @param e The generated event.
     */
    public void recordingChanged(RecordingChangedEvent e);

}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy