X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=plugins%2Fnet.mograsim.plugin.core%2Fsrc%2Fnet%2Fmograsim%2Fplugin%2Fnature%2FProjectContextListener.java;fp=plugins%2Fnet.mograsim.plugin.core%2Fsrc%2Fnet%2Fmograsim%2Fplugin%2Fnature%2FProjectContextListener.java;h=f7366bc3c50adf145142eb43e94c46964d030bb9;hb=15020b7263b6edd100d4b0a5de317e9eaff05c27;hp=0000000000000000000000000000000000000000;hpb=34c9da2d7580f2312da458db619dcf36e6325cef;p=Mograsim.git diff --git a/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/nature/ProjectContextListener.java b/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/nature/ProjectContextListener.java new file mode 100644 index 00000000..f7366bc3 --- /dev/null +++ b/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/nature/ProjectContextListener.java @@ -0,0 +1,7 @@ +package net.mograsim.plugin.nature; + +@FunctionalInterface +public interface ProjectContextListener +{ + void onProjectContextChange(ProjectContextEvent projectContextEvent); +} \ No newline at end of file