2.17.2: 2011-06-17

net.sf.basedb.core.log
Interface EntityLogger

All Known Implementing Classes:
AnnotationLogger, AnnotationSetLogger, BioMaterialEventLogger, DefaultEntityLogger, FileSetMemberLogger, ImageLogger, 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 (Fri, 07 Aug 2009) $

Method Summary
 void logChanges(LogManager logManager, EntityDetails details)
          Called when changes has been detected to an entity.
 

Method Detail

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

2.17.2: 2011-06-17