Package net.sf.basedb.core.log
Interface EntityLogger
-
- All Known Implementing Classes:
AnnotationLogger
,AnnotationSetLogger
,AnyToAnyLogger
,BioMaterialEventLogger
,DefaultEntityLogger
,FileSetMemberLogger
,ManualEntryLogger
,PlateEventLogger
public interface EntityLogger
Entity logger implementations are created by aLogManagerFactory
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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 transactiondetails
- Detailed information about the entity that has changed
-
-