public interface ILineDifferExtension
ILineDiffer
.
Introduces the concept of suspending a differ. A ILineDiffer
may
be suspended into a dormant state, and resumed to normal operation.
Modifier and Type | Method and Description |
---|---|
void |
resume()
Resumes the receiver.
|
void |
suspend()
Suspends the receiver.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.