Package com.iizigo.project
Interface IFileCreated
public interface IFileCreatedInterface 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 voidonFileCreated(org.eclipse.core.resources.IFile file)Called when the file is created from the creator thread (not SWT).