com.ibm.carma.ui.property
Class MemberInfoRetrieveListener

java.lang.Object
  extended by com.ibm.carma.ui.property.MemberInfoRetrieveListener
All Implemented Interfaces:
java.util.EventListener, org.eclipse.jface.util.IPropertyChangeListener

public class MemberInfoRetrieveListener
extends java.lang.Object
implements org.eclipse.jface.util.IPropertyChangeListener

Listens for the member info retrieval preference to change. When the preference changes, the listener issues a job to retrieve all the member info from the configured CARMA connections.

Since:
7.1

Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
MemberInfoRetrieveListener()
           
 
Method Summary
 void propertyChange(org.eclipse.jface.util.PropertyChangeEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

MemberInfoRetrieveListener

public MemberInfoRetrieveListener()
Method Detail

propertyChange

public void propertyChange(org.eclipse.jface.util.PropertyChangeEvent event)
Specified by:
propertyChange in interface org.eclipse.jface.util.IPropertyChangeListener