Class Overview
Convenience implementation of ChangeCallback that provides no-op implementations for all methods.
Public Constructors
public
AbstractChangeCallback
()
Public Methods
public
boolean
onChange
(Change change)
Discards the provided Change and returns true to continue streaming.
public
void
onEnd
(ChangeSummary summary)
Parameters
| summary
| summarizes the request and the streamed changes |
public
void
onStart
(ChangeContext context)
Called before the first change is streamed.
Parameters
| context
| provides details about the request for which changes are being streamed |