moagg.game.control.weapon.ship
Class BackDecoratorProjectileFactoryImpl

java.lang.Object
  extended by moagg.game.control.weapon.ship.BackDecoratorProjectileFactoryImpl
All Implemented Interfaces:
ProjectileFactory, ProjectileFactoryDecorator

public class BackDecoratorProjectileFactoryImpl
extends java.lang.Object
implements ProjectileFactoryDecorator


Constructor Summary
BackDecoratorProjectileFactoryImpl()
           
 
Method Summary
 void createProjectile(ShooterObject shooter, Weapon weapon, InternalGameControl gameControl)
           
 void setProjectileFactory(ProjectileFactory projectileFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackDecoratorProjectileFactoryImpl

public BackDecoratorProjectileFactoryImpl()
Method Detail

setProjectileFactory

public void setProjectileFactory(ProjectileFactory projectileFactory)
Specified by:
setProjectileFactory in interface ProjectileFactoryDecorator

createProjectile

public void createProjectile(ShooterObject shooter,
                             Weapon weapon,
                             InternalGameControl gameControl)
Specified by:
createProjectile in interface ProjectileFactory


Copyright © 2008. All Rights Reserved.