anthill.util
Class History

java.lang.Object
  |
  +--anthill.util.History

public final class History
extends Object

The History class

Version:
$Revision: 1.3 $
Author:
Alberto Montresor

Constructor Summary
History(boolean active)
           
 
Method Summary
 void add(Object object)
          Appends object <\code> at the end of the list
 void print()
          FIXME Add a parameter to print over a print writer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

History

public History(boolean active)
Method Detail

add

public void add(Object object)
Appends object <\code> at the end of the list

Parameters:
object - the object to be inserted

print

public void print()
FIXME Add a parameter to print over a print writer