question1
Class ConsoleCommand<T>

java.lang.Object
  extended by question1.ConsoleCommand<T>
All Implemented Interfaces:
Command<T>

public class ConsoleCommand<T>
extends java.lang.Object
implements Command<T>

Classe affichant T et l'heure courante.

Author:
Jacquemin Thibault, Marleix Mathieu

Constructor Summary
ConsoleCommand()
           
 
Method Summary
 void make(T f)
          Fonction affichant la valeur et la date de reception par le capteur.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleCommand

public ConsoleCommand()
Method Detail

make

public void make(T f)
Fonction affichant la valeur et la date de reception par le capteur.

Specified by:
make in interface Command<T>