Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.neomedia
Interface Recorder.Listener

All Known Implementing Classes:
NotificationManager
Enclosing interface:
Recorder

public static interface Recorder.Listener

Represents a listener interested in notifications from a Recorder.

Author:
Lubomir Marinov

Method Summary
 void recorderStopped(Recorder recorder)
          Notifies this Listener that a specific Recorder has stopped recording the media associated with it.
 

Method Detail

recorderStopped

void recorderStopped(Recorder recorder)
Notifies this Listener that a specific Recorder has stopped recording the media associated with it.

Parameters:
recorder - the Recorder which has stopped recording its associated media

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.