public class EventLogMessage extends 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 IObject> |
entityType |
threadSafe
Constructor and Description |
---|
EventLogMessage(java.lang.Object source,
java.lang.String action,
java.lang.Class<? extends IObject> entityType,
java.util.List<java.lang.Long> entityIds) |
isThreadSafe
public final java.lang.String action
public final java.lang.Class<? extends IObject> entityType
public final java.util.List<java.lang.Long> entityIds
public EventLogMessage(java.lang.Object source, java.lang.String action, java.lang.Class<? extends IObject> entityType, java.util.List<java.lang.Long> entityIds)
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.