org.gcube.data.tm.consumers
Class SourceRemovalConsumer

java.lang.Object
  extended by org.gcube.common.core.informationsystem.notifier.ISNotifier.BaseNotificationConsumer
      extended by org.gcube.data.tm.consumers.SourceRemovalConsumer
All Implemented Interfaces:
org.gcube.common.core.utils.events.GCUBEConsumer<org.gcube.common.core.informationsystem.notifier.ISNotifier.NotificationTopic,Object>

public class SourceRemovalConsumer
extends org.gcube.common.core.informationsystem.notifier.ISNotifier.BaseNotificationConsumer

A ISNotifier.BaseNotificationConsumer of events that relate to removal of collections in a given scope.

Author:
Fabio Simeoni

Field Summary
 
Fields inherited from class org.gcube.common.core.informationsystem.notifier.ISNotifier.BaseNotificationConsumer
notifications
 
Constructor Summary
SourceRemovalConsumer(org.gcube.common.core.scope.GCUBEScope scope)
          Creates an instance for a given scope.
 
Method Summary
 void onNotificationReceived(org.gcube.common.core.informationsystem.notifier.ISNotifier.NotificationEvent event)
          
 
Methods inherited from class org.gcube.common.core.informationsystem.notifier.ISNotifier.BaseNotificationConsumer
onEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceRemovalConsumer

public SourceRemovalConsumer(org.gcube.common.core.scope.GCUBEScope scope)
Creates an instance for a given scope.

Parameters:
scope - the scope.
Method Detail

onNotificationReceived

public void onNotificationReceived(org.gcube.common.core.informationsystem.notifier.ISNotifier.NotificationEvent event)

Overrides:
onNotificationReceived in class org.gcube.common.core.informationsystem.notifier.ISNotifier.BaseNotificationConsumer


Copyright © 2012. All Rights Reserved.