CSE115.ShapeWorld
Class NullBehavior

java.lang.Object
  extended by CSE115.ShapeWorld.Behavior
      extended by CSE115.ShapeWorld.NullBehavior

public class NullBehavior
extends Behavior

NullBehavior.java Created: Tue Sep 14 20:34:54 2004

Version:
Author:

Field Summary
 
Fields inherited from class CSE115.ShapeWorld.Behavior
MOVE, PULSE, ROTATE
 
Constructor Summary
NullBehavior()
           
 
Method Summary
 void perform(Shape s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullBehavior

public NullBehavior()
Method Detail

perform

public void perform(Shape s)
Specified by:
perform in class Behavior