peer2me.message
Interface MessageSubscriber


public interface MessageSubscriber

An interface that must be implemented by the class that extends Midlet

Author:
Kim Saxlund

Method Summary
 void messageReceived(Message message)
          This method is invoked whenever the local node receives a Message
 

Method Detail

messageReceived

void messageReceived(Message message)
This method is invoked whenever the local node receives a Message

Parameters:
message - The message that the node has just received
See Also:
Message