Eclipse PDE
Release 3.1

org.eclipse.pde.core
Interface IModelProviderListener


public interface IModelProviderListener

Classes should implement this interface in order to be able to register as model provider listeners. They will be notified about events such as models being added or removed. These changes are typically caused by the changes in the workspace when models are built on top of workspace resources.

Since:
2.0

Method Summary
 void modelsChanged(IModelProviderEvent event)
          Notifies the listener that models have been changed in the model provider.
 

Method Detail

modelsChanged

public void modelsChanged(IModelProviderEvent event)
Notifies the listener that models have been changed in the model provider.

Parameters:
event - the event that specifies the type of change

Eclipse PDE
Release 3.1

Copyright (c) IBM Corp. and others 2000, 2005. All Rights Reserved.