repaint method

void repaint()

Implementation

void repaint() {
  notifyListeners();
}