fr.lifl.magique.skill.system
Class DisplaySkill

java.lang.Object
  extended byfr.lifl.magique.skill.system.DisplaySkill
All Implemented Interfaces:
Skill

public class DisplaySkill
extends java.lang.Object
implements Skill

this is the default display method used by an agent


Constructor Summary
DisplaySkill()
           
 
Method Summary
 void display(java.lang.String message)
          display message in the standard output stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisplaySkill

public DisplaySkill()
Method Detail

display

public void display(java.lang.String message)
display message in the standard output stream

Parameters:
message - the message to be displayed