public interface IBufferListener
IBuffer
Modifier and Type | Field and Description |
---|---|
static int |
BUFFER_SAVED
Bit-mask indicating that the
bufferSaved
method is supported by the buffer. |
Modifier and Type | Method and Description |
---|---|
default void |
bufferSaved(IBuffer buffer)
Informs this listener that the contents of the given buffer
has been saved.
|
static final int BUFFER_SAVED
bufferSaved
method is supported by the buffer.default void bufferSaved(IBuffer buffer)
Note that this method is not invoked if the buffer's dirty flag is cleared for reasons other than saving the buffer's contents.
In general, the buffer may be modified concurrently with calling this method.
buffer
- the affected buffer (never null
)Copyright (c) 2014, 2020 1C-Soft LLC and others. Made available under the Eclipse Public License 2.0