Experts in SMS and MMS Technology. NCLs Provato is an SMS/MMS Gateway supporting  WAP Push, EMS, MMS, SMS, Nokia Smart Messaging, SMPP, CIMD, UCP, MM7, M20, TC35 NCL Technologies Ltd
Provato - SMS MMS Gateway
Mobile Messaging in J2EE & .NET

SwiftNote - Java SMS Toolkit

ie.ncl.msg
Interface SenderListener

All Known Implementing Classes:
ConnectionManager, SyncSender

public interface SenderListener

This interface is used to get acknowledgments of send messages asynchronously.

See Also:
Sender

Method Summary
 void sent(Sender sender, java.lang.Exception ex, Message m)
          This method is used to notify the application that a message has been sent or that an error occured sending the message.
 

Method Detail

sent

void sent(Sender sender,
          java.lang.Exception ex,
          Message m)
This method is used to notify the application that a message has been sent or that an error occured sending the message. If an error occured the exception will be non null The original message object will always be specified.


Experts in SMS and MMS Technology. NCLs Provato is an SMS/MMS Gateway supporting  WAP Push, EMS, MMS, SMS, Nokia Smart Messaging, SMPP, CIMD, UCP, MM7, M20, TC35 NCL Technologies Ltd
Provato - SMS MMS Gateway
Mobile Messaging in J2EE & .NET

SwiftNote - Java SMS Toolkit