ballworlds.framework
Class Bumper

java.lang.Object
  extended by ballworlds.framework.Bumper

public abstract class Bumper
extends Object

A Bumper is an abstract class that does nothing -- it is just a convenient name for a "generic" bumper -- a stationary object that can "bump" Balls. 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.

Constructor Summary
Bumper()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bumper

public Bumper()