spacewar
Aspect EnsureShipIsAlive

java.lang.Object
  |
  +--spacewar.EnsureShipIsAlive

class EnsureShipIsAlive
extends java.lang.Object


Advice Summary
advice Ship.helmCommandsCut(ship)
static around(Ship)
 
 affects: spacewar.Ship

 
Constructor Summary
(package private) EnsureShipIsAlive()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

 
Advice Detail

advice helmCommandsCut(Ship)

static around(Ship)

 affects: spacewar.Ship

Constructor Detail

EnsureShipIsAlive

EnsureShipIsAlive()