Class ReplacementNotifier

    • Constructor Detail

      • ReplacementNotifier

        public ReplacementNotifier()
    • Method Detail

      • onDeletion

        public void onDeletion​(ReplacementEvent event)
        Description copied from interface: ResourceEventListener
        An event on the deletion of a resource has be listened. A deleted resource is nonexistent and nonrecoverable. By default, this method does nothing.
        Parameters:
        event - the event on the deletion of a resource.
      • onUpdate

        public void onUpdate​(ReplacementEvent event)
        Description copied from interface: ResourceEventListener
        An event on the update of a resource has be listened. By default, this method does nothing.
        Parameters:
        event - the event on the update of a resource.
      • onCreation

        public void onCreation​(ReplacementEvent event)
        Description copied from interface: ResourceEventListener
        An event on the creation of a resource has be listened. By default, this method does nothing.
        Parameters:
        event - the event on the creation of a resource.