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 SummaryModifier and TypeMethodDescription- void- onFileCreated- (org.eclipse.core.resources.IFile file) Called when the file is created from the creator thread (not SWT).
- Method Details- onFileCreatedvoid onFileCreated- (org.eclipse.core.resources.IFile file) throws org.eclipse.core.runtime.CoreException Called when the file is created from the creator thread (not SWT).- Parameters:
- file- The file created.
- Throws:
- org.eclipse.core.runtime.CoreException- For file errors.