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 Link icon

    Modifier and Type
    Method
    Description
    void
    Called when the file is created from the creator thread (not SWT).
  • Method Details Link icon

    • onFileCreated Link icon

      void onFileCreated(IFile file) throws CoreException
      Called when the file is created from the creator thread (not SWT).
      Parameters:
      file - The file created.
      Throws:
      CoreException - For file errors.