public interface SailChangedEvent
SailChangedListener
s to indicate that the contents of the Sail that sent the
event have changed.Modifier and Type | Method and Description |
---|---|
Sail |
getSail()
The Sail object that sent this event.
|
boolean |
statementsAdded()
Indicates if statements were added to the Sail.
|
boolean |
statementsRemoved()
Indicates if statements were removed from the Sail.
|
Sail getSail()
boolean statementsAdded()
boolean statementsRemoved()
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.