org.voparis
Class WebSampConnector.SAMPPointAtSkyHandler

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

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

Subsribes the coord.pointAt.sky message handler


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