SenderDisconnectedEventInfo

public classSenderDisconnectedEventInfoextendsObject

Information about a sender disconnected event.

Nested Class Summary

@interface SenderDisconnectedEventInfo.DisconnectReason Sender disconnect reasons.

Public Method Summary

boolean
int
getDisconnectReason()
Returns the sender disconnect reason.
SenderInfo
getSenderInfo()
Returns theSenderInfo of the disconnected sender.
int

Inherited Method Summary

Public Methods

public booleanequals(Objectother)

public intgetDisconnectReason()

Returns the sender disconnect reason. The value must be one of the constants defined in SenderDisconnectedEventInfo.DisconnectReason.

publicSenderInfo getSenderInfo()

Returns theSenderInfo of the disconnected sender.

public inthashCode()