public class RecorderEventHandlerJSONImpl extends Object implements RecorderEventHandler
| Constructor and Description |
|---|
RecorderEventHandlerJSONImpl(String filename) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the RecorderEventHandler.
|
boolean |
handleEvent(RecorderEvent ev)
Handle a specific RecorderEvent
|
public RecorderEventHandlerJSONImpl(String filename) throws IOException
IOExceptionpublic boolean handleEvent(RecorderEvent ev)
handleEvent in interface RecorderEventHandlerev - the event to handle.public void close()
close in interface RecorderEventHandlerCopyright © 2021 jitsi.org. All rights reserved.