package org.simantics.district.route; /** * @author Tuukka Lehtonen * @since 6.09 */ @FunctionalInterface public interface RouteServiceListener { void handleEvent(RouteEvent e); }