org.deacon.demo
Class DemoMainCatchup

java.lang.Object
  extended by org.deacon.demo.DemoMainCatchup
All Implemented Interfaces:
DeaconObserver

public class DemoMainCatchup
extends java.lang.Object
implements DeaconObserver


Field Summary
 boolean error
           
 
Constructor Summary
DemoMainCatchup()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void onError(DeaconError err)
           
 void onPush(DeaconResponse response)
           
 void onReconnect()
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

error

public boolean error
Constructor Detail

DemoMainCatchup

public DemoMainCatchup()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.net.UnknownHostException,
                        java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

run

public void run()
         throws java.net.UnknownHostException,
                java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

onPush

public void onPush(DeaconResponse response)
Specified by:
onPush in interface DeaconObserver

onError

public void onError(DeaconError err)
Specified by:
onError in interface DeaconObserver

onReconnect

public void onReconnect()
Specified by:
onReconnect in interface DeaconObserver