]> gerrit.simantics Code Review - simantics/platform.git/blob
7320758e48f6a2c1f6f1208db93b90c1b4fb4c96
[simantics/platform.git] /
1 package org.simantics.scl.compiler.module.repository;
2
3 public interface UpdateListener {
4     void notifyAboutUpdate();
5 }