public class EntityTreeModel.TreeUpdateListener extends java.lang.Object implements ChangeListener
| Constructor and Description |
|---|
TreeUpdateListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
changeExecuted(ChangeRequest change)
Trigger an update of the tree.
|
void |
changeFailed(ChangeRequest change,
java.lang.Exception exception)
Trigger an update of the tree.
|
public TreeUpdateListener()
public void changeExecuted(ChangeRequest change)
changeExecuted in interface ChangeListenerchange - The change that has been executed, or null if
the change was not done via a ChangeRequest.public void changeFailed(ChangeRequest change, java.lang.Exception exception)
changeFailed in interface ChangeListenerchange - The change that was attempted or null if
the change was not done via a ChangeRequest.exception - The exception that resulted.