1 package org.paneris.jammyjoes.mvp; 2 3 public interface Selection { 4 5 void visitEach(Command command); 6 7 }