public interface CarbonCopyReceivedListener
Modifier and Type | Method and Description |
---|---|
void |
onCarbonCopyReceived(CarbonExtension.Direction direction,
org.jivesoftware.smack.packet.Message carbonCopy,
org.jivesoftware.smack.packet.Message wrappingMessage)
Invoked when a new carbon copy was received.
|
void onCarbonCopyReceived(CarbonExtension.Direction direction, org.jivesoftware.smack.packet.Message carbonCopy, org.jivesoftware.smack.packet.Message wrappingMessage)
direction
- the direction of the carbon copy.carbonCopy
- the carbon copy itself.wrappingMessage
- the message wrapping the carbon copy.