galapagos
Class VisibilityCommand

java.lang.Object
  extended by galapagos.TurtleCommand
      extended by galapagos.VisibilityCommand

 class VisibilityCommand
extends TurtleCommand


Field Summary
private  boolean status
           
 
Fields inherited from class galapagos.TurtleCommand
owner
 
Constructor Summary
VisibilityCommand(Turtle owner, boolean status)
           
 
Method Summary
(package private)  void execute()
           
 
Methods inherited from class galapagos.TurtleCommand
addOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

status

private boolean status
Constructor Detail

VisibilityCommand

public VisibilityCommand(Turtle owner,
                         boolean status)
Method Detail

execute

void execute()
Specified by:
execute in class TurtleCommand