Class PersonalizationSpaceEventListener

    • Constructor Detail

      • PersonalizationSpaceEventListener

        public PersonalizationSpaceEventListener()
    • Method Detail

      • onRemoving

        public void onRemoving​(SpaceEvent event)
                        throws Exception
        Description copied from interface: ResourceEventListener
        An event on the removing of a resource has be listened. A removed resource is again existent and it is recoverable; it is usually put in a trash. By default, this method does nothing.
        Parameters:
        event - the event on the removing of a resource.
        Throws:
        Exception - if an error occurs while treating the event.