Changed the IDs of Am2900Simple/Strict to Am2900Teaching/Expert.
[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 }