rabbit.io
Interface WebConnectionListener

All Known Implementing Classes:
SWC

public interface WebConnectionListener

A listener for waiting on web connections.

Author:
Robert Olofsson

Method Summary
 void connectionEstablished(WebConnection wc)
          A connection has been made.
 void failed(Exception e)
          Creating the connection failed.
 void timeout()
          Creating the connection timed out.
 

Method Detail

connectionEstablished

void connectionEstablished(WebConnection wc)
A connection has been made.

Parameters:
wc - the now open connection

timeout

void timeout()
Creating the connection timed out.


failed

void failed(Exception e)
Creating the connection failed.