public EntityTreeActiveObjectProvider(IntegrationEntityTree tree, String id) {
this.tree = tree;
this.id = id;
helper = new ActiveObjectProviderHelper(this);
tree.addKongaTreeListener(new KongaTreeAdapter() {
@Override
public void selectionChanged(KongaTreeEvent e) {
treeSelectionChanged();
}