/* @file IConnListener.java * * @author marco corvi * @date may 2012 * * @brief TopoDroid connection listener interface * -------------------------------------------------------- * Copyright This sowftare is distributed under GPL-3.0 or later * See the file COPYING. * -------------------------------------------------------- */ package com.topodroid.DistoX; public interface IConnListener { public void setConnState( ); }