package ch.hsr.ifs.cdttesting.showoffset; public interface InputHandler { public void setInput(int from, int to); }