org.soyatec.windowsazure.queue
Interface IMessageReceivedListener


public interface IMessageReceivedListener

Listener for new messages which are put into the Queue storage.


Method Summary
 void handle(MessageReceivedEvent event)
          Callback method when a new message is put into the Queue storage.
 

Method Detail

handle

void handle(MessageReceivedEvent event)
Callback method when a new message is put into the Queue storage.

Parameters:
event - The event object that contains the new message.