public interface ResponsibilityListener
Modifier and Type | Method and Description |
---|---|
void |
meResponsible(Number160 locationKey)
The responsibilty changed to our peer.
|
void |
otherResponsible(Number160 locationKey,
PeerAddress other)
Here an other peer is responsible and we need to transfer data.
|
void meResponsible(Number160 locationKey)
locationKey
- The location keyvoid otherResponsible(Number160 locationKey, PeerAddress other)
locationKey
- The location keyother
- The other peer that is responsible for locationKeyCopyright © 2013. All Rights Reserved.