org.smslib
Interface IOutboundMessageNotification
public interface IOutboundMessageNotification
Interface of the callback class used by SMSLib. SMSLib will call this method
when it sends (or fails to send) an outbound message from its queue.
- See Also:
Service.setOutboundMessageNotification(IOutboundMessageNotification)
Method Summary |
void |
process(AGateway gateway,
OutboundMessage msg)
This method will be called by SMSLib upon sending or when it failed to
send a message. |
process
void process(AGateway gateway,
OutboundMessage msg)
- This method will be called by SMSLib upon sending or when it failed to
send a message. Please note that this method is only called when you send
messages via SMSLib queue manager.
- Parameters:
gateway
- The gateway from which the message was sent.msg
- The actual outbound message. This messages has its fields
updated according to whether SMSLib has manage to send it or
failed to send it.
(c) 2002-2011, http://smslib.org