public class AfterRestoreEvent
extends java.util.EventObject
Constructor and Description |
---|
AfterRestoreEvent(OrderedResource resource,
long timeTakenNanos) |
Modifier and Type | Method and Description |
---|---|
java.time.Instant |
getNow() |
long |
getTimeTakenNanos() |
public AfterRestoreEvent(OrderedResource resource, long timeTakenNanos)
resource
- The resource that triggered the event.timeTakenNanos
- The time token for the action to be processed in nanoseconds.