Remote Systems
v6.4.1

com.ibm.etools.systems.dstore.extra.internal.extra
Class DomainNotifier

java.lang.Object
  extended bycom.ibm.etools.systems.dstore.extra.internal.extra.DomainNotifier
All Implemented Interfaces:
IDomainNotifier

public class DomainNotifier
extends Object
implements IDomainNotifier


Nested Class Summary
 class DomainNotifier.FireMainThread
           
 
Field Summary
static String Copyright
           
 
Constructor Summary
DomainNotifier()
           
 
Method Summary
 void addDomainListener(IDomainListener listener)
           
 void enable(boolean on)
           
 Shell findShell()
           
 void fireDomainChanged(DomainEvent event)
           
 boolean hasDomainListener(IDomainListener listener)
           
 boolean isEnabled()
           
 void removeDomainListener(IDomainListener listener)
           
 void setShell(Shell shell)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Constructor Detail

DomainNotifier

public DomainNotifier()
Method Detail

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

Remote Systems
v6.4.1

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.