Interface IWhiteboardManager
-
public interface IWhiteboardManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcleanSlide(Long roomId, long wbId, int slide, BiConsumer<Whiteboard,com.github.openjson.JSONArray> consumer)voidclearAll(Long roomId, long wbId, Consumer<Whiteboard> consumer)Whiteboardsget(Long roomId)voidreset(Long roomId, Long userId)
-
-
-
Method Detail
-
get
Whiteboards get(Long roomId)
-
clearAll
void clearAll(Long roomId, long wbId, Consumer<Whiteboard> consumer)
-
cleanSlide
void cleanSlide(Long roomId, long wbId, int slide, BiConsumer<Whiteboard,com.github.openjson.JSONArray> consumer)
-
-