Interface WhiteboardAware


public interface WhiteboardAware
Marker interface for services than can hold a whiteboard.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Whiteboard
    Returns the whiteboard
    void
    setWhiteboard(@NotNull Whiteboard whiteboard)
    Sets the whiteboard.
  • Method Details

    • 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