SMSLib 3.5.3

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)

Method Summary
 void process(AGateway gateway, Message.MessageTypes msgType, InboundMessage msg)
          This method will be called by SMSLib upon receiving an sms message.
 

Method Detail

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.

SMSLib 3.5.3

(c) 2002-2011, http://smslib.org