RSE
Release 1.0

org.eclipse.rse.model
Interface ISystemRemoteChangeListener

All Known Implementing Classes:
SystemMonitorViewPart, SystemScratchpadView, SystemTableTreeView, SystemTableView, SystemTableViewPart, SystemView

public interface ISystemRemoteChangeListener

Interface that listeners interesting in changes to remote resources implement, and subsequently register their interest, in via SystemRegistry.


Method Summary
 void systemRemoteResourceChanged(ISystemRemoteChangeEvent event)
          This is the method in your class that will be called when a remote resource changes.
 

Method Detail

systemRemoteResourceChanged

public void systemRemoteResourceChanged(ISystemRemoteChangeEvent event)
This is the method in your class that will be called when a remote resource changes. You will be called after the resource is changed.

See Also:
ISystemRemoteChangeEvent

RSE
Release 1.0

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