redraw method

void redraw()

Implementation

void redraw() {
  frameCount++;
  notifyListeners();
}