RSE
Release 1.0

org.eclipse.rse.model
Interface ISystemResourceChangeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
RemoteCommandShellOperation, SystemBuildErrorViewPart, SystemCommandsViewPart, SystemHostCombo, SystemMonitorViewPart, 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.


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.
 

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


RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.