package ballworlds.framework; /** * A BumperEnvironment manages the Bumpers in an associated World. * * This is just a stub for future expansion of this project. * * @author David Mutchler, Salman Azhar, Matt Boutell, Curt Clifton and others. * Created Sep 29, 2005. Modified September, 2008. */ public interface BumperEnvironment { // TODO: Someday implement this interface. }