Package com.iizigo.project
Interface IFileCreated
public interface IFileCreated
Interface to implement when a wizard completes creating a new file in order to be able to set e.g. persistent properties.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoid
onFileCreated
(IFile file) Called when the file is created from the creator thread (not SWT).
Method Details
onFileCreated
Called when the file is created from the creator thread (not SWT).- Parameters:
file
- The file created.- Throws:
CoreException
- For file errors.