Added listener and event structure to ProjectMachineContexts
[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 }