com.atlassian.jira.rest.client
Interface ProgressMonitor

All Known Implementing Classes:
NullProgressMonitor

public interface ProgressMonitor

All remote operations take a parameter of this interface.
Firstly it serves as a clear marker of a remote call. Secondly, in the future, we plan to actually make this interface capable of reporting the progress and cancelling (where possible) remote requests taking too much time. So while you may blame this class for the time being, the plan is that it will actually be beneficial one day without any need to break API compatibility.

Since:
v0.1



Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.