/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package automenta.netention.swing.widget;
import automenta.netention.Detail;
/**
* Navigator component
* @author seh
*/
public interface IndexView {
public void selectObject(Detail d);
public void refresh();
}