Naming things

I am trying to make a little game with Libgdx. I come across a huge problem. I have no idea how to name my interface, which would contain 3 methods: onPause, onResume, onDispose.

How would one name such interface?