Interface WhiteboardAware
-
public interface WhiteboardAwareMarker interface for services than can hold a whiteboard.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable WhiteboardgetWhiteboard()Returns the whiteboardvoidsetWhiteboard(@NotNull Whiteboard whiteboard)Sets the whiteboard.
-
-
-
Method Detail
-
setWhiteboard
void setWhiteboard(@NotNull @NotNull Whiteboard whiteboard)Sets the whiteboard.- Parameters:
whiteboard- the whiteboard
-
getWhiteboard
@Nullable @Nullable Whiteboard getWhiteboard()
Returns the whiteboard- Returns:
- the whiteboard
-
-