Class Bomb.Explode

java.lang.Object
  |
  +--Bomb.Explode
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Bomb

public class Bomb.Explode
extends java.lang.Object
implements java.lang.Runnable

inner class of the Bomb, handels the explosions

Title: Monkey Madness

Description: Player must run around field, destroying and avoiding bombs, droids and boss!

Copyright: Copyright (c) 2005

Company: Pistachio Monkey


Constructor Summary
Bomb.Explode(int row, int column, int flameLength)
           
 
Method Summary
 void blow(int clean)
          either spreads the flames or cleans them up
 void run()
          decides what type of fuction the blow method should perform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bomb.Explode

public Bomb.Explode(int row,
                    int column,
                    int flameLength)
Method Detail

run

public void run()
decides what type of fuction the blow method should perform

Specified by:
run in interface java.lang.Runnable

blow

public void blow(int clean)
either spreads the flames or cleans them up

Parameters:
clean - claen number to replace flames