|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IChangeEngineListener
An interface for objects that wish to be notified after an operation has been performed. The events are dispatched indendently of whether the operation was performed, undone or redone.
| Method Summary | |
|---|---|
void |
changeOperationPerformed(ChangeOperation operation,
boolean undone)
Notifies the receiver that changes to one or more Graphs have been performed. |
void |
graphChangePerformed()
Notifies the receiver that a global change to the current model has been performed. |
void |
graphDirty(com.hp.hpl.jena.graph.Graph graph)
Called when a Graph has been set to dirty. |
| Method Detail |
|---|
void changeOperationPerformed(ChangeOperation operation,
boolean undone)
operation - the ModelOperation that was executed, redone or undoneundone - true if the operation has been undonevoid graphChangePerformed()
void graphDirty(com.hp.hpl.jena.graph.Graph graph)
graph - the Graph that has changed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||