public class GraphEvent extends CayenneEvent
GraphChangeHandler handler = ..; event.getDiff().apply(handler);
Modifier and Type | Field and Description |
---|---|
protected GraphDiff |
diff |
info, postedBy, subject
source
Constructor and Description |
---|
GraphEvent(Object source,
GraphDiff diff) |
GraphEvent(Object source,
Object postedBy,
GraphDiff diff) |
Modifier and Type | Method and Description |
---|---|
GraphDiff |
getDiff() |
getInfo, getPostedBy, getSubject, setPostedBy, setSubject
getSource, toString
Copyright © 2001–2015 Apache Cayenne. All rights reserved.