/** @file IMemoryDialog.java * * @author marco corvi * @date nov 2013 * * @brief TopoDroid bearing and clino interface * -------------------------------------------------------- * Copyright This sowftare is distributed under GPL-3.0 or later * See the file COPYING. * -------------------------------------------------------- */ package com.topodroid.DistoX; import java.util.ArrayList; interface IMemoryDialog { public void updateList( ArrayList<MemoryOctet> memory ); }