Made hardcoded components slower to fix a timing bug in the Am2900
[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 }