@Beta public final class PiTranslationEvent<T extends PiTranslatable,E extends PiEntity> extends AbstractEvent<PiTranslationEvent.Type,PiTranslatedEntity<T,E>>
Modifier and Type | Class and Description |
---|---|
static class |
PiTranslationEvent.Type
Type of event.
|
Constructor and Description |
---|
PiTranslationEvent(PiTranslationEvent.Type type,
PiTranslatedEntity<T,E> subject)
Creates a new translation event.
|
subject, time, toString, type
public PiTranslationEvent(PiTranslationEvent.Type type, PiTranslatedEntity<T,E> subject)
type
- type of eventsubject
- subject of event