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>

Décrivez votre classe ConsoleCommand ici.

Version:
(un numéro de version ou une date)
Author:
(votre nom)

Constructor Summary
ConsoleCommand()
           
 
Method Summary
 void make(T f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleCommand

public ConsoleCommand()
Method Detail

make

public void make(T f)
Specified by:
make in interface Command<T>