za.co.knowles.pokewhat.event.IGameEventHandler Maven / Gradle / Ivy
package za.co.knowles.pokewhat.event;
import za.co.knowles.pokewhat.domain.Game;
public interface IGameEventHandler {
void event(Game game);
}
package za.co.knowles.pokewhat.event;
import za.co.knowles.pokewhat.domain.Game;
public interface IGameEventHandler {
void event(Game game);
}