package org.kevoree.android.bluetooth; /** * Created with IntelliJ IDEA. * User: max * Date: 23/05/12 * Time: 17:44 * To change this template use File | Settings | File Templates. */ public interface QueueMessageThreadListener { void onThreadEnding(String destNode); }