Interface ObjectEventTranslator
- All Known Implementing Classes:
ObjectEventTranslatorImpl
@PublicApi
public interface ObjectEventTranslator
-
Method Summary
Modifier and TypeMethodDescriptiongetEventTypeNameAsI18
(InsightObjectEventType eventType) Returns a i18 representation of the name of this instance.
-
Method Details
-
getEventTypeNameAsI18
Returns a i18 representation of the name of this instance.- Returns:
- The i18 representation of the name. IF the i18 key is NOT found, then: lowerCase(NNN) is returned (taken from: OBJECT_NNN).
-