org.deacon
Interface DeaconObserver

All Known Implementing Classes:
DeaconServiceTest, DemoMain, DemoMainCatchup

public interface DeaconObserver


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()