Interface IProjectListener

  • All Known Implementing Classes:
    PluginActivator, PluginDescriptor, TerminalManager

    public interface IProjectListener
    Interface used by plug-ins that wish to listen to resource changes in the workspace starting from a project.
    Author:
    Christopher Mindus
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      voidonProjectChanged​(org.eclipse.core.resources.IResourceDelta delta)
      Called during workspace change to inform the plug-in of a project change.
    • Method Detail

      • onProjectChanged

        void onProjectChanged​(org.eclipse.core.resources.IResourceDelta delta)
        Called during workspace change to inform the plug-in of a project change.
        Parameters:
        delta - The resource delta.