Interface Recorder.Listener
-
- Enclosing interface:
- Recorder
public static interface Recorder.ListenerRepresents a listener interested in notifications from a Recorder.- Author:
- Lubomir Marinov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrecorderStopped(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
-
-