package org.simantics.structural.synchronization.base; public interface ModuleCallback { void execute(int module); void breakLoop(); }