1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 18:05:33 +02:00

[190010] use domain listener

This commit is contained in:
David McKnight 2007-07-13 18:17:59 +00:00
parent b56fe716f1
commit 6a25b7a149

View file

@ -13,6 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
* David McKnight (IBM) [190010] need domain lister to keep uptodate with changed status
*******************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.services.dstore.search; package org.eclipse.rse.internal.services.dstore.search;
@ -36,8 +37,8 @@ public abstract class DStoreSearchResultConfiguration extends AbstractSearchResu
public void setStatusObject(DataElement status) public void setStatusObject(DataElement status)
{ {
_status = status; _status = status;
// don't need this anymore // need this to keep track of updated status
//_status.getDataStore().getDomainNotifier().addDomainListener(this); _status.getDataStore().getDomainNotifier().addDomainListener(this);
} }
public DataElement getStatusObject() public DataElement getStatusObject()