showNoSuchLevel method

void showNoSuchLevel (int level)

Shows the 'NoSuchLevelView' and activates the button click listener for listenPreviousLevelButton

Implementation

void showNoSuchLevel(int level) {
  MenuView.show().messageNoSuchLevel(level).render();
  this.listenPreviousLevelButton();
}