Interface EntityLogger

All Known Implementing Classes:
AnnotationLogger, AnnotationSetLogger, AnyToAnyLogger, BioMaterialEventLogger, DefaultEntityLogger, FileSetMemberLogger, ManualEntryLogger, PlateEventLogger

public interface EntityLogger
Entity logger implementations are created by a LogManagerFactory when a change to a logged entity has been detected.
Version:
2.13
Author:
Nicklas
Last modified
$Date: 2009-08-07 12:50:01 +0200 (fr, 07 aug 2009) $
  • Method Summary

    Modifier and Type Method Description
    void logChanges​(LogManager logManager, EntityDetails details)
    Called when changes has been detected to an entity.
  • Method Details

    • logChanges

      void logChanges​(LogManager logManager, EntityDetails details)
      Called when changes has been detected to an entity.
      Parameters:
      logManager - The log manager for the current transaction
      details - Detailed information about the entity that has changed