java.lang.Object | |
↳ | com.atlassian.bitbucket.content.AbstractChangeCallback |
Convenience implementation of ChangeCallback
that provides no-op implementations for all methods.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Discards the provided
Change and returns true to continue streaming. | |||||||||||
Called after the final
change has been streamed. | |||||||||||
Called before the first
change is streamed. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Discards the provided Change
and returns true
to continue streaming.
change | ignored |
---|
true
IOException | may be thrown by derived classes |
---|
Called after the final change
has been streamed.
Note: If there were no changes, this method may be called immediately after onStart(ChangeContext)
without any calls to onChange(Change)
.
summary | summarizes the request and the streamed changes |
---|
IOException |
---|
Called before the first change
is streamed.
context | provides details about the request for which changes are being streamed |
---|
IOException |
---|