question3
Class ChainCommand<T>

java.lang.Object
  extended by question3.ChainCommand<T>
All Implemented Interfaces:
Command<T>

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

Décrivez votre classe CommandToChain ici.

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

Constructor Summary
ChainCommand(Handler<T> chain)
           
 
Method Summary
 void make(T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainCommand

public ChainCommand(Handler<T> chain)
Method Detail

make

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