update method

void update()

just update

Implementation

void update() {
  notifier.notifyAll();
}