render abstract method

void render(
  1. Object view
)

Renders the view to the terminal.

view is the string representation of the current UI state, or a View object containing metadata.

Implementation

void render(Object view);