public final class ActivationEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ActivationEvent.EventType |
| Constructor and Description |
|---|
ActivationEvent(Object source,
ActivationEvent.EventType type) |
| Modifier and Type | Method and Description |
|---|---|
Instant |
eventTime() |
String |
message() |
Object |
source() |
String |
toString() |
ActivationEvent.EventType |
type() |
public ActivationEvent(Object source, ActivationEvent.EventType type)
public Object source()
public ActivationEvent.EventType type()
public Instant eventTime()
public String message()