Interface SessionRecorder
-
- All Known Implementing Classes:
SessionRecorderImpl
public interface SessionRecorder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFileName()booleanisRecording()voidsaveFrame(byte[] serialized)voidstartRecording()voidstopRecording()
-
-
-
Method Detail
-
saveFrame
void saveFrame(byte[] serialized)
-
startRecording
void startRecording() throws org.webswing.server.model.exception.WsException- Throws:
org.webswing.server.model.exception.WsException
-
stopRecording
void stopRecording() throws org.webswing.server.model.exception.WsException- Throws:
org.webswing.server.model.exception.WsException
-
isRecording
boolean isRecording()
-
getFileName
String getFileName()
-
-