Interface WhiteboardAware
public interface WhiteboardAware
Marker interface for services than can hold a whiteboard.
-
Method Summary
Modifier and TypeMethodDescription@Nullable WhiteboardReturns the whiteboardvoidsetWhiteboard(@NotNull Whiteboard whiteboard) Sets the whiteboard.
-
Method Details
-
setWhiteboard
Sets the whiteboard.- Parameters:
whiteboard- the whiteboard
-
getWhiteboard
Returns the whiteboard- Returns:
- the whiteboard
-