]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.district.route/src/org/simantics/district/route/RouteServiceListener.java
Initial version of the district network Routes view.
[simantics/district.git] / org.simantics.district.route / src / org / simantics / district / route / RouteServiceListener.java
1 package org.simantics.district.route;
2
3 /**
4  * @author Tuukka Lehtonen
5  * @since 6.09
6  */
7 @FunctionalInterface
8 public interface RouteServiceListener {
9
10     void handleEvent(RouteEvent e);
11
12 }