All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy