public class UpdateSessionAdapter extends java.lang.Object implements UpdateSession
UpdateSession
interface. This implementation can
be used if no post-update processing is required.Constructor and Description |
---|
UpdateSessionAdapter(java.util.List<VcsException> exceptions,
boolean isCanceled) |
Modifier and Type | Method and Description |
---|---|
java.util.List<VcsException> |
getExceptions()
Returns the list of exception objects representing the errors occurred during the update/integrate/status
operation, or an empty list if no errors have occurred.
|
boolean |
isCanceled()
Checks if the update/integrate/status information was cancelled by the user.
|
void |
onRefreshFilesCompleted()
Called when the VFS refresh of the files affected by an update/integrate operation is complete.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAdditionalNotificationContent, showNotification
public UpdateSessionAdapter(java.util.List<VcsException> exceptions, boolean isCanceled)
public java.util.List<VcsException> getExceptions()
UpdateSession
getExceptions
in interface UpdateSession
public void onRefreshFilesCompleted()
UpdateSession
onRefreshFilesCompleted
in interface UpdateSession
public boolean isCanceled()
UpdateSession
isCanceled
in interface UpdateSession