com.anwrt.communication.listeners
Interface AwtSMSListener


public interface AwtSMSListener

The listener interface for receiving incoming SMS.
creation 2 nov. 2009

Author:
David FRANCOIS

Method Summary
 void onSMS(java.lang.String sender, byte[] message)
           
 

Method Detail

onSMS

void onSMS(java.lang.String sender,
           byte[] message)