The final restructured version for automatic build using maven tycho
[Mograsim.git] / plugins / net.mograsim.logic.core / src / net / mograsim / logic / core / timeline / TimelineEventHandler.java
1 package net.mograsim.logic.core.timeline;
2
3 @FunctionalInterface
4 public interface TimelineEventHandler
5 {
6         public void handle(TimelineEvent e);
7 }