public abstract class LinkedEntityEvent extends RepositoryEvent
RepositoryEvent
s 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.
|
getTimestamp
getSource, toString
public 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-2015–2016 Pivotal Software, Inc.. All rights reserved.