Interface ProgressMonitor

All Known Implementing Classes:
NullProgressMonitor

public interface ProgressMonitor
This interface can be used in ConnectionConfig to receive feedback on LiveViewConnectionFactory.getConnection(ConnectionConfig).

It also enables the client to cancel() the connection request.