org.gcube.contentmanagement.contentmanager.consumers
Class CollectionRemovalConsumer

java.lang.Object
  extended by BaseNotificationConsumer
      extended by org.gcube.contentmanagement.contentmanager.consumers.CollectionRemovalConsumer

public class CollectionRemovalConsumer
extends BaseNotificationConsumer

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

Author:
Fabio Simeoni (University of Strathclyde)

Constructor Summary
CollectionRemovalConsumer(GCUBEScope scope)
          Creates an instance for a given scope.
 
Method Summary
 void onNotificationReceived(NotificationEvent event)
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionRemovalConsumer

public CollectionRemovalConsumer(GCUBEScope scope)
Creates an instance for a given scope.

Parameters:
scope - the scope.
Method Detail

onNotificationReceived

public void onNotificationReceived(NotificationEvent event)