|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectquestion2.ChainCommand<T>
public class ChainCommand<T>
Convertit la "commande" vers une chaîne de responsabilités.
Constructor Summary | |
---|---|
ChainCommand(Handler<T> chain)
|
Method Summary | |
---|---|
void |
make(T value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChainCommand(Handler<T> chain)
Method Detail |
---|
public void make(T value)
make
in interface Command<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |