|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.topbraid.core.change.ChangeEngineAdapter
public class ChangeEngineAdapter
An empty implementation of IChangeEngineListener.
| Constructor Summary | |
|---|---|
ChangeEngineAdapter()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChangeEngineAdapter()
| Method Detail |
|---|
public void changeOperationPerformed(ChangeOperation operation,
boolean undone)
IChangeEngineListener
changeOperationPerformed in interface IChangeEngineListeneroperation - the ModelOperation that was executed, redone or undoneundone - true if the operation has been undonepublic void graphChangePerformed()
IChangeEngineListener
graphChangePerformed in interface IChangeEngineListenerpublic void graphDirty(com.hp.hpl.jena.graph.Graph graph)
IChangeEngineListener
graphDirty in interface IChangeEngineListenergraph - the Graph that has changed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||