com.anabas.gxo
Interface GMS_MessageListener


public interface GMS_MessageListener

Title: Description: Copyright: Copyright (c) 2000 Company:


Method Summary
 void onMessage(GMS_Message m)
          Asychronous reception of non-request messages.
 void onRequest(GMS_Message m, GMS_MessageReplyer replyer)
          Asynchronous delivery of requests.
 

Method Detail

onMessage

public void onMessage(GMS_Message m)
Asychronous reception of non-request messages.

onRequest

public void onRequest(GMS_Message m,
                      GMS_MessageReplyer replyer)
Asynchronous delivery of requests. Sent by the GMS_StreamPublisher.request(). Use the replyer's reply method to reply to this message.