public class Peer extends Object implements CallEndedListener
| Modifier and Type | Method and Description |
|---|---|
void |
callEnded(CallTracker call) |
void |
endSweep() |
boolean |
getDND() |
EndPoint |
getEndPoint() |
PeerState |
getState() |
void |
handleEvent(MasqueradeEvent b)
We handle the masqurade event is it contains channel state information.
|
void |
handleEvent(NewChannelEvent b)
When a new channel comes up associated it with the peer.
|
void |
handleEvent(NewStateEvent b) |
void |
handleEvent(StatusEvent b) |
boolean |
isSame(Peer rhs) |
void |
setDND(boolean on) |
void |
startSweep() |
String |
toString() |
public Peer(EndPoint endPoint)
public boolean isSame(Peer rhs)
public boolean getDND()
public PeerState getState()
public void handleEvent(MasqueradeEvent b)
b - Exceptionpublic void handleEvent(NewChannelEvent b)
b - Exceptionpublic void handleEvent(NewStateEvent b)
public void handleEvent(StatusEvent b)
public void setDND(boolean on)
public void startSweep()
public void endSweep()
public EndPoint getEndPoint()
public void callEnded(CallTracker call)
callEnded in interface CallEndedListenerCopyright © 2004–2024. All rights reserved.