question1
Interface Command<T>

All Known Implementing Classes:
ChainCommand, ConsoleCommand

public interface Command<T>


Method Summary
 void make(T f)
           
 

Method Detail

make

void make(T f)