Interface ProvisioningListener

All Known Subinterfaces:
EventDispatcher, ExternalResourceEventListener, ResourceObjectChangeListener, ResourceOperationListener, ShadowDeathListener, SynchronizationService
All Known Implementing Classes:
ProjectionLinkUpdater, SynchronizationServiceImpl
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ProvisioningListener
Author:
Radovan Semancik
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a short name of the listener for debugging purposes.
  • Method Details

    • getName

      String getName()
      Returns a short name of the listener for debugging purposes. E.g. "model synchronization service". This name is used in log and error messages.