org.mmbase.sms
Interface Handler


public interface Handler

Implementations of these SMS handlers can perform action on receival of an SMS message.

Version:
$Id: Handler.java 35335 2009-05-21 08:14:41Z michiel $
Author:
Michiel Meeuwissen

Method Summary
 boolean handle(Cloud cloud, SMS sms)
          Handle an SMS.
 

Method Detail

handle

boolean handle(Cloud cloud,
               SMS sms)
Handle an SMS.

Returns:
true if the SMS was understood and could be handled. False otherwise.


MMBase 2.0-SNAPSHOT - null