org.granite.client.tide.data
Class DataObserver.TopicMessageListenerImpl

java.lang.Object
  extended by org.granite.client.tide.data.DataObserver.TopicMessageListenerImpl
All Implemented Interfaces:
TopicMessageListener
Enclosing class:
DataObserver

public class DataObserver.TopicMessageListenerImpl
extends Object
implements TopicMessageListener

Message handler that merges data from the JMS topic in the current context.
Could be overriden to provide custom behaviour.


Constructor Summary
DataObserver.TopicMessageListenerImpl()
           
 
Method Summary
 void onMessage(TopicMessageEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataObserver.TopicMessageListenerImpl

public DataObserver.TopicMessageListenerImpl()
Method Detail

onMessage

public void onMessage(TopicMessageEvent event)
Specified by:
onMessage in interface TopicMessageListener