CSE115.Scarecrow
Class LeafFallingBehavior

java.lang.Object
  extended byNGP.Timer
      extended byCSE115.Scarecrow.LeafFallingBehavior
All Implemented Interfaces:
ActionListener, EventListener

public class LeafFallingBehavior
extends Timer

LeafFallingBehavior.java Created: Thu Sep 14 16:26:09 2000

Author:

Constructor Summary
LeafFallingBehavior(CSE115.Scarecrow.LeafShape leaf)
           
 
Method Summary
 void activate()
           
 
Methods inherited from class NGP.Timer
actionPerformed, getDelay, setDelay, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeafFallingBehavior

public LeafFallingBehavior(CSE115.Scarecrow.LeafShape leaf)
Method Detail

activate

public void activate()