moagg.game.control.weapon.ship
Class DoubleDecoratorProjectileFactoryImpl

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

public class DoubleDecoratorProjectileFactoryImpl
extends java.lang.Object
implements ProjectileFactoryDecorator


Constructor Summary
DoubleDecoratorProjectileFactoryImpl()
           
 
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

DoubleDecoratorProjectileFactoryImpl

public DoubleDecoratorProjectileFactoryImpl()
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.