Class GraphEvent

  • All Implemented Interfaces:
    Serializable

    public class GraphEvent
    extends CayenneEvent
    An event indicating a change in the object graph. A change is expressed as a GraphDiff, so the easiest way to process the event is the following:
        GraphChangeHandler handler = ..;
        event.getDiff().apply(handler);
     
    Since:
    1.2
    See Also:
    Serialized Form