moagg.game.control.weapon.ship
Class TripleDecoratorProjectileFactoryImpl

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

public class TripleDecoratorProjectileFactoryImpl
extends java.lang.Object
implements ProjectileFactoryDecorator


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

TripleDecoratorProjectileFactoryImpl

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