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

org.ggp.base.player.gamer.clojure.stubs.SampleClojureGamerStub Maven / Gradle / Ivy

There is a newer version: 0.0.15
Show newest version
package org.ggp.base.player.gamer.clojure.stubs;
import org.ggp.base.player.gamer.clojure.ClojureGamer;

/**
 * SampleClojureGamerStub is a stub that points to a version of @RandomGamer that
 * has been implemented in Clojure. This stub needs to exist so that the Clojure
 * code can interoperate with the rest of the Java framework (and applications
 * like Kiosk and PlayerPanel as a result).
 *
 * @author Sam
 */
public final class SampleClojureGamerStub extends ClojureGamer
{
    @Override
    protected String getClojureGamerFile() { return "sample_gamer"; }
    @Override
    protected String getClojureGamerName() { return "SampleClojureGamer"; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy