de.beamertool.mobile
Interface SmsListener


public interface SmsListener

This is a simple interface to handle the event of new sms'

Author:
ocm-zeeman

Method Summary
 void newSms(InboundMessage newSms)
          Indicates a new bunch of sms'
 

Method Detail

newSms

void newSms(InboundMessage newSms)
Indicates a new bunch of sms'

Parameters:
newSms - - The new arraived sms'