org.granite.client.tide.data
Class DataObserver.TopicMessageListenerImpl
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataObserver.TopicMessageListenerImpl
public DataObserver.TopicMessageListenerImpl()
onMessage
public void onMessage(TopicMessageEvent event)
- Specified by:
onMessage in interface TopicMessageListener