Interface HistoryEventType
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
HistoryEventTypes
public interface HistoryEventType extends Serializable
An history event type. SeeHistoryEventTypesfor 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 StringgetEntityType()The type of the entity.StringgetEventName()The name of the event fired on the entity
-