namespace jive { public interface Command { void run(); } public interface Command { void run(T item); } }