T
- public class RepositoryEvent<T> extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
RepositoryEvent.EventType |
Modifier and Type | Field and Description |
---|---|
(package private) LocalDateTime |
instant |
(package private) T |
oldValue |
(package private) Repository |
repo |
(package private) RepositoryEvent.EventType |
type |
(package private) T |
value |
Constructor and Description |
---|
RepositoryEvent(RepositoryEvent.EventType type,
Repository repo,
T oldValue,
T value) |
Modifier and Type | Method and Description |
---|---|
LocalDateTime |
getInstant() |
T |
getOldValue() |
Repository |
getRepository() |
RepositoryEvent.EventType |
getType() |
T |
getValue() |
final RepositoryEvent.EventType type
final Repository repo
final LocalDateTime instant
public RepositoryEvent(RepositoryEvent.EventType type, Repository repo, T oldValue, T value)
public RepositoryEvent.EventType getType()
public Repository getRepository()
public T getOldValue()
public LocalDateTime getInstant()
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.