org.voparis
Class WebSampConnector.selectRowListHandler

java.lang.Object
  extended by org.astrogrid.samp.client.AbstractMessageHandler
      extended by org.voparis.WebSampConnector.selectRowListHandler
All Implemented Interfaces:
org.astrogrid.samp.client.MessageHandler
Enclosing class:
WebSampConnector

public static class WebSampConnector.selectRowListHandler
extends org.astrogrid.samp.client.AbstractMessageHandler

This class subscribes the select row list message handler of SAMP, and implements the processCall() method of the abstract massage handler class. The data received from the application are forwarded to the client as an array.


Method Summary
 java.util.Map processCall(org.astrogrid.samp.client.HubConnection connection, java.lang.String senderId, org.astrogrid.samp.Message msg)
           
 
Methods inherited from class org.astrogrid.samp.client.AbstractMessageHandler
getSubscriptions, receiveCall, receiveNotification, setSubscriptions
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

processCall

public java.util.Map processCall(org.astrogrid.samp.client.HubConnection connection,
                                 java.lang.String senderId,
                                 org.astrogrid.samp.Message msg)
                          throws java.lang.Exception
Specified by:
processCall in class org.astrogrid.samp.client.AbstractMessageHandler
Throws:
java.lang.Exception