]> gerrit.simantics Code Review - simantics/platform.git/blob
d74182e2f7087649ffb9421305596e9d9271987f
[simantics/platform.git] /
1 package org.simantics.structural.synchronization.base;
2
3 public interface ModuleCallback {
4
5     void execute(int module);
6     void breakLoop();
7
8 }