Remote Systems
v6.4.1

com.ibm.etools.systems.model
Interface ISystemModelChangeListener

All Known Implementing Classes:
SystemTeamViewPart

public interface ISystemModelChangeListener

Interface that listeners interesting in changes to local resources in the RSE model implement, and subsequently register their interest, via SystemRegistry.

If you list any of the resource types defined in ISystemModelChangeEvents you should monitor by implementing this interface, and registering with the system registry via SystemRegistry.addSystemModelChangeListener(ISystemModelChangeListener). In your view's dispose method, you must also de-register by calling SystemRegistry.removeSystemModelChangeListener(ISystemModelChangeListener).

If you are interesting in firing model change events, see SystemRegistry.fireModelChangeEvent(int, int, Object, String).


Field Summary
static String copyright
           
 
Method Summary
 void systemModelResourceChanged(ISystemModelChangeEvent event)
          This is the method in your class that will be called when a resource in the RSE model changes.
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Method Detail

systemModelResourceChanged

public void systemModelResourceChanged(ISystemModelChangeEvent event)
This is the method in your class that will be called when a resource in the RSE model changes. You will be called after the resource is changed.

See Also:
ISystemModelChangeEvent

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.