org.smslib
Interface IQueueSendingNotification
public interface IQueueSendingNotification
Interface of the callback class used by SMSLib. SMSLib will call this method
whenever a gateway retrieves a message from the Queue and before it tries to
send it out.
- See Also:
Service.setQueueSendingNotification(IQueueSendingNotification)
Method Summary |
void |
process(AGateway gateway,
OutboundMessage msg)
This method will be called by SMSLib whenever a gateway retrieves a
message from the Queue and before it tries to send it out. |
process
void process(AGateway gateway,
OutboundMessage msg)
- This method will be called by SMSLib whenever a gateway retrieves a
message from the Queue and before it tries to send it out.
- Parameters:
gateway
- The gateway from which the message is about to be sent from.msg
- The outbound message ready to be sent.
(c) 2002-2011, http://smslib.org