public interface GameTerminatedListener
extends java.util.EventListener
Game gets terminated.| Modifier and Type | Method and Description |
|---|---|
void |
terminated()
This method is called when the
Game was terminated (just before System.exit is about to be called). |