com.ibm.etools.systems.dstore.extra.internal.extra
Class DomainNotifier
java.lang.Object
com.ibm.etools.systems.dstore.extra.internal.extra.DomainNotifier
- All Implemented Interfaces:
- IDomainNotifier
- public class DomainNotifier
- extends Object
- implements IDomainNotifier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Copyright
public static final String Copyright
- See Also:
- Constant Field Values
DomainNotifier
public DomainNotifier()
setShell
public void setShell(Shell shell)
enable
public void enable(boolean on)
isEnabled
public boolean isEnabled()
addDomainListener
public void addDomainListener(IDomainListener listener)
- Specified by:
addDomainListener
in interface IDomainNotifier
findShell
public Shell findShell()
fireDomainChanged
public void fireDomainChanged(DomainEvent event)
- Specified by:
fireDomainChanged
in interface IDomainNotifier
hasDomainListener
public boolean hasDomainListener(IDomainListener listener)
- Specified by:
hasDomainListener
in interface IDomainNotifier
removeDomainListener
public void removeDomainListener(IDomainListener listener)
- Specified by:
removeDomainListener
in interface IDomainNotifier
Copyright © 2005 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.