Interface AddParticipantAddressesCompletionHandler
-
public interface AddParticipantAddressesCompletionHandlerCompletion handler for AddParticipantAddresses operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonError(MessagingException error)Reports that the operation has failed.voidonSuccess(java.util.List<MessagingParticipant> messagingParticipants)Reports that the operation was successfully completed.
-
-
-
Method Detail
-
onSuccess
void onSuccess(java.util.List<MessagingParticipant> messagingParticipants)
Reports that the operation was successfully completed.- Parameters:
messagingParticipants- List of added participants.
-
onError
void onError(MessagingException error)
Reports that the operation has failed.- Parameters:
error- Information about failure details.
-
-