Interface HistoryEventType
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
HistoryEventTypes
public interface HistoryEventType extends java.io.Serializable
An history event type. SeeHistoryEventTypes
for a set of built-in events- Since:
- 7.2
- Author:
- Daniel Meyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getEntityType()
The type of the entity.java.lang.String
getEventName()
The name of the event fired on the entity
-