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:
parent
b56fe716f1
commit
6a25b7a149
1 changed files with 3 additions and 2 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Reference in a new issue