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