FileDocCategorySizeDatePackage
IncomingMessageListener.javaAPI DocWireless Messaging API1536Thu Oct 09 23:12:28 BST 2003wmafw

IncomingMessageListener

public interface IncomingMessageListener
Defines a WMA Framework incoming message lister.

Fields Summary
Constructors Summary
Methods Summary
public voidonBinaryMessage(java.lang.String from, byte[] message)
New BinaryMessage Notification Callback.

param
from is the address of the sender
param
message is the received binary message

public voidonTextMessage(java.lang.String from, java.lang.String message)
New Text Message Notification Callback.

param
from is the address of the sender
param
message is the received text message