org.smslib
Interface IInboundMessageNotification
public interface IInboundMessageNotification
Interface of the callback class used by SMSLib. SMSLib will call this method
when it detects an inbound message.
- See Also:
Service.setInboundMessageNotification(IInboundMessageNotification)
process
void process(AGateway gateway,
Message.MessageTypes msgType,
InboundMessage msg)
- This method will be called by SMSLib upon receiving an sms message.
- Parameters:
gateway
- The gateway which received the message.msgType
- The message type.msg
- The message received.
(c) 2002-2011, http://smslib.org