RSE
Release 3.4

org.eclipse.rse.files.ui.widgets
Interface ISystemRemoteFolderBrowseCompleteListener


public interface ISystemRemoteFolderBrowseCompleteListener

Interface for listeners interested in being notified whenever the browse button in SystemRemoteFolderCombo is run.


Method Summary
 void fileSelected(IRemoteFile remoteFile)
          Notifies that the given file was selected from the browse dialog.
 

Method Detail

fileSelected

void fileSelected(IRemoteFile remoteFile)
Notifies that the given file was selected from the browse dialog. Note that the file will be null if the user cancelled from the browse dialog.

Parameters:
remoteFile - the remote file that was selected, or null if the user cancelled from the browse dialog.

RSE
Release 3.4

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