package org.geogebra.web.html5.main; public interface StringHandler { void handle(String s); }