org.lastbamboo.common.p2p
Interface P2PConnectionListener


public interface P2PConnectionListener

Listener for p2p connection events.


Method Summary
 void onConnectivityEvent(P2PConnectionEvent event)
          Called when there's been a connectivity change, with details specified in the provided event object.
 

Method Detail

onConnectivityEvent

void onConnectivityEvent(P2PConnectionEvent event)
Called when there's been a connectivity change, with details specified in the provided event object.

Parameters:
event - The event.


Copyright © 2013 LittleShoot. All Rights Reserved.