Merge branch 'development' of https://gitlab.lrz.de/lrr-tum/students/eragp-misim...
[Mograsim.git] / plugins / net.mograsim.plugin.core / src / net / mograsim / plugin / nature / ProjectContextListener.java
1 package net.mograsim.plugin.nature;
2
3 @FunctionalInterface
4 public interface ProjectContextListener
5 {
6         void onProjectContextChange(ProjectContextEvent projectContextEvent);
7 }