org.deacon.interfaces
Interface DeaconServiceObserver

All Known Implementing Classes:
DemoMain, DemoMainCatchup

public interface DeaconServiceObserver


Method Summary
 void onError(DeaconError err)
           
 void onPush(DeaconResponse response)
           
 void onReconnect()
           
 

Method Detail

onPush

void onPush(DeaconResponse response)

onError

void onError(DeaconError err)

onReconnect

void onReconnect()