Interface PersistentObjectListener<T>

Type Parameters:
T - type of the root persistent object
All Known Implementing Classes:
AbstractConfiguredBean

public interface PersistentObjectListener<T>
Listener interface for changes to a PersistentObject.

Listener notifications are delivered in a separate thread from the one that caused the root object to change.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handle notification of an updated root object.
  • Method Details

    • handleEvent

      void handleEvent(PersistentObjectEvent<T> event)
      Handle notification of an updated root object.
      Parameters:
      event - notification event