public class GraphEvent extends CayenneEvent
    GraphChangeHandler handler = ..;
    event.getDiff().apply(handler);
 | Modifier and Type | Field and Description | 
|---|---|
| protected GraphDiff | diff | 
info, postedBy, subjectsource| 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, setSubjectgetSource, toStringCopyright © 2001–2023 Apache Cayenne. All rights reserved.