RSE
Release 3.2

org.eclipse.rse.core.events
Interface ISystemRemoteChangeListener

All Known Implementing Classes:
SystemCommandsView, SystemTableView

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 method will be called when a remote resource changes.
 

Method Detail

systemRemoteResourceChanged

void systemRemoteResourceChanged(ISystemRemoteChangeEvent event)
This method will be called when a remote resource changes. You will be called after the resource is changed. TODO document on which thread the event will be sent.

Parameters:
event - the event.

RSE
Release 3.2

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