package jetbrains.mps.ide.platform.watching; /*Generated by MPS */ public interface ReloadListener { void reloadStarted(); void reloadFinished(); }