org.apache.qpid.nclient.util
Interface MessageListener


public interface MessageListener

A message listener


Method Summary
 void onMessage(org.apache.qpid.api.Message message)
          Process an incoming message.
 

Method Detail

onMessage

void onMessage(org.apache.qpid.api.Message message)
Process an incoming message.

Parameters:
message - The incoming message.


Licensed to the Apache Software Foundation