committed by
chris
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||
package solution; |
|||
|
|||
public interface ICommand<E> { |
|||
|
|||
void execute(E e); |
|||
} |
Loading…
Reference in new issue