moagg.model.warhead
Class NullWarhead

java.lang.Object
  extended by moagg.model.warhead.NullWarhead
All Implemented Interfaces:
Warhead

public class NullWarhead
extends java.lang.Object
implements Warhead

A null implementation that does nothing.


Constructor Summary
NullWarhead()
           
 
Method Summary
 void update(long elapsedTime)
          Must be called by the projectile object for each frame, since warhead implementations may have internal timers of some kind.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullWarhead

public NullWarhead()
Method Detail

update

public void update(long elapsedTime)
Description copied from interface: Warhead
Must be called by the projectile object for each frame, since warhead implementations may have internal timers of some kind.

Specified by:
update in interface Warhead


Copyright © 2008. All Rights Reserved.