package com.voxeo.tropo.remote; public interface TropoListener { void onCall(Call call); }