Interface HistoryEventType

All Superinterfaces:
Serializable
All Known Implementing Classes:
HistoryEventTypes

public interface HistoryEventType extends Serializable
An history event type. See HistoryEventTypes for a set of built-in events
Since:
7.2
Author:
Daniel Meyer
  • Method Summary

    Modifier and Type
    Method
    Description
    The type of the entity.
    The name of the event fired on the entity
  • Method Details

    • getEntityType

      String getEntityType()
      The type of the entity.
    • getEventName

      String getEventName()
      The name of the event fired on the entity