Changed the IDs of Am2900Simple/Strict to Am2900Teaching/Expert.
[Mograsim.git] / plugins / net.mograsim.plugin.core / src / net / mograsim / plugin / tables / mi / InstructionTableContentProvider.java
1 package net.mograsim.plugin.tables.mi;
2
3 import org.eclipse.jface.viewers.ILazyContentProvider;
4
5 public interface InstructionTableContentProvider extends ILazyContentProvider
6 {
7         public void update(long address);
8 }