palmed.file
Interface IFileBrowserListener

All Known Implementing Classes:
FileOpenListener, FileOverwriteListener, FileSaveListener

public interface IFileBrowserListener

This interface defines a callback to receive file selection notification events.

Version:
$Revision: 264 $ $Date: 2005-09-27 05:51:16 +0900 (mar., 27 sept. 2005) $
Author:
Mathieu Champlon

Method Summary
 void select(IFile file)
          Notify about a file selection.
 

Method Detail

select

void select(IFile file)
Notify about a file selection.

Parameters:
file - the selected file


Copyright © 2004-2006 PalmEd. All Rights Reserved.