public abstract class LinkedEntityEvent extends RepositoryEvent
RepositoryEvents that deal with saving/updating or deleting a linked object.source| Constructor and Description |
|---|
LinkedEntityEvent(Object source,
Object linked)
Creates a new
LinkedEntityEvent for th given source and linked instance. |
| Modifier and Type | Method and Description |
|---|---|
Object |
getLinked()
Get the linked object.
|
getTimestampgetSource, toStringpublic LinkedEntityEvent(Object source, Object linked)
LinkedEntityEvent for th given source and linked instance.source - must not be null.linked - can be null.public Object getLinked()
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.