Completely changed the structure and switched to Eclipse Plugin.
[Mograsim.git] / net.mograsim.logic.core / src / net / mograsim / logic / core / components / gates / NotGate.java
index b1cfefe..14fe85d 100644 (file)
@@ -16,7 +16,7 @@ public class NotGate extends BasicComponent
        {
                super(timeline, processTime);
                this.in = in;
-               in.addObserver(this);
+               in.registerObserver(this);
                this.out = out;
        }