org.gcube.messaging.common.consumer.ghn
Class GHNListener

java.lang.Object
  extended by org.gcube.messaging.common.consumer.ghn.GHNListener

public class GHNListener
extends java.lang.Object

Author:
Andrea Manzi(CERN)

Constructor Summary
GHNListener()
          constructor
GHNListener(GCUBEScope scope)
          constructor with scope
 
Method Summary
 void onMessage(Message message)
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GHNListener

public GHNListener()
constructor


GHNListener

public GHNListener(GCUBEScope scope)
constructor with scope

Parameters:
scope -
Method Detail

onMessage

public void onMessage(Message message)