Remote Systems
v6.4.1

com.ibm.etools.systems.model
Interface ISystemResourceChangeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
CommandView, RemoteCommandShellOperation, SystemBuildErrorViewPart, SystemCommandsViewPart, SystemConnectionCombo, SystemRemoteCommandEntryForm, SystemScratchpadView, SystemScratchpadViewPart, SystemSearchViewPart, SystemTableTreeView, SystemTableView, SystemTableViewPart, SystemTeamView, SystemView

public interface ISystemResourceChangeListener
extends EventListener

Interface that listeners interesting in changes to remote system connections and subsystems can listen implement and subsequently register their interest in via SystemRegistry.


Field Summary
static String copyright
           
 
Method Summary
 Shell getShell()
          This is the method in your class that will be called to return the shell for your viewer
 void systemResourceChanged(ISystemResourceChangeEvent event)
          This is the method in your class that will be called when a system resource changes.
 

Field Detail

copyright

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

systemResourceChanged

public void systemResourceChanged(ISystemResourceChangeEvent event)
This is the method in your class that will be called when a system resource changes.

See Also:
ISystemResourceChangeEvent

getShell

public Shell getShell()
This is the method in your class that will be called to return the shell for your viewer


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.