]> gerrit.simantics Code Review - simantics/district.git/blob - route/RouteServiceListener.java
Hide "enabled" column for non-component type tech type tables
[simantics/district.git] / 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 }