Package org.jivesoftware.smackx.carbons
Interface CarbonCopyReceivedListener
public interface CarbonCopyReceivedListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onCarbonCopyReceived
(CarbonExtension.Direction direction, Message carbonCopy, Message wrappingMessage) Invoked when a new carbon copy was received.
-
Method Details
-
onCarbonCopyReceived
void onCarbonCopyReceived(CarbonExtension.Direction direction, Message carbonCopy, Message wrappingMessage) Invoked when a new carbon copy was received.- Parameters:
direction
- the direction of the carbon copy.carbonCopy
- the carbon copy itself.wrappingMessage
- the message wrapping the carbon copy.
-