package jp.ac.kyutech.mns.ist; public interface SSHandler { public void process(ShortStroke ss); public void processPrevious(ShortStroke ss); }