public class EventLogMessage
extends ome.util.messages.InternalMessage
EventLog instances are created directly in the database and so
 a listener cannot expect to know the full state of the system just from these.| Modifier and Type | Field and Description | 
|---|---|
| java.lang.String | action | 
| java.util.List<java.lang.Long> | entityIds | 
| java.lang.Class<? extends ome.model.IObject> | entityType | 
| Constructor and Description | 
|---|
| EventLogMessage(java.lang.Object source,
               java.lang.String action,
               java.lang.Class<? extends ome.model.IObject> entityType,
               java.util.List<java.lang.Long> entityIds) |