Remote System Explorer DataStore
Release 3.0

org.eclipse.dstore.extra
Interface IDomainNotifier


public interface IDomainNotifier

For DataStore domain notification


Method Summary
 void addDomainListener(IDomainListener listener)
           
 void enable(boolean on)
           
 void fireDomainChanged(DomainEvent event)
           
 boolean hasDomainListener(IDomainListener listener)
           
 boolean isEnabled()
           
 void removeDomainListener(IDomainListener listener)
           
 

Method Detail

addDomainListener

public void addDomainListener(IDomainListener listener)

fireDomainChanged

public void fireDomainChanged(DomainEvent event)

hasDomainListener

public boolean hasDomainListener(IDomainListener listener)

removeDomainListener

public void removeDomainListener(IDomainListener listener)

enable

public void enable(boolean on)
Since:
2.1

isEnabled

public boolean isEnabled()
Since:
2.1

Remote System Explorer DataStore
Release 3.0

Guidelines for using DataStore APIs.