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) $
logChanges
void logChanges(LogManager logManager,
EntityDetails details)
- Called when changes has been detected to an entity.
- Parameters:
logManager
- The log manager for the current transactiondetails
- Detailed information about the entity that has
changed