MPROMEditor now calls its columns "Opcode" and "muPC"
[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 }