de.jos.game.actions.cleanup
Class CleanupActionAbstractBulletMoving

java.lang.Object
  extended by de.jos.game.actions.cleanup.AbstractCleanupAction
      extended by de.jos.game.actions.cleanup.CleanupActionAbstractBulletMoving
Direct Known Subclasses:
CleanupActionBulletMovingInfinite, CleanupActionBulletMovingPuzzle

public abstract class CleanupActionAbstractBulletMoving
extends AbstractCleanupAction


Constructor Summary
CleanupActionAbstractBulletMoving(AbstractGameBoard board, Bullet bullet)
           
 
Method Summary
 void cleanup()
           
abstract  void cleanupSpecific(java.util.List<Bullet> dissolveBulletList)
           
 
Methods inherited from class de.jos.game.actions.cleanup.AbstractCleanupAction
getGameBoard, getNewSpecialEventList, getResourceContainer, getString, getString, setResourceContainer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CleanupActionAbstractBulletMoving

public CleanupActionAbstractBulletMoving(AbstractGameBoard board,
                                         Bullet bullet)
Method Detail

cleanup

public void cleanup()
Specified by:
cleanup in class AbstractCleanupAction

cleanupSpecific

public abstract void cleanupSpecific(java.util.List<Bullet> dissolveBulletList)


Copyright © 2008. All Rights Reserved.