package com.voxeo.tropo.remote; public interface CallListener { void onError(); void onChoice(); }