public interface LocatorStatusObserver
受理したPeerLocatorの変更は、適切なタイミングで、
HandoverTransportオブジェクトに渡す必要がある。
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
onChanging(PeerLocator oldLoc,
PeerLocator newLoc)
PeerLocatorの変更通知を受理する。
|
void |
onEnabled(PeerLocator loc,
boolean isNew) |
void |
onFadeout(PeerLocator loc,
boolean isFin) |
void |
onHangup(PeerLocator loc,
Exception cause) |
void onEnabled(PeerLocator loc, boolean isNew)
void onFadeout(PeerLocator loc, boolean isFin)
void onChanging(PeerLocator oldLoc, PeerLocator newLoc)
oldLoc - the old locatornewLoc - the new locator to be changed.void onHangup(PeerLocator loc, Exception cause)
Copyright © 2017. All rights reserved.