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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onFileCreated(org.eclipse.core.resources.IFile file)
Called when the file is created from the creator thread (not SWT).
-
-
-
Method Detail
-
onFileCreated
void 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.
-
-