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

org.ocap.dvr.RecordingAlertListener Maven / Gradle / Ivy

package org.ocap.dvr;

import java.util.EventListener;

/**
 * Listener for Recording Alerts.
 */
public interface RecordingAlertListener extends EventListener
{
    /**
     * Notifies the RecordingAlertListener that a scheduled
     * acitivity is about to happen.
     *
     * @param e The generated event.
     */
    public void recordingAlert(RecordingAlertEvent e);
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy