onReveal method

void onReveal(
  1. Level old
)

What should happen when this level is revealed by another level being popped from on top of it.

Implementation

void onReveal(final Level old) {}