IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.common.core.service
Interface IProviderChangeListener

All Superinterfaces:
EventListener

public interface IProviderChangeListener
extends EventListener

An interface for types that listen to service provider changes.

Service implementers are expected to implement this interface within their service should they need to know about state change in their providers.

Service provider implementers never need to implement this interface.

See Also:
IProvider.addProviderChangeListener(com.ibm.xtools.common.core.service.IProviderChangeListener), IProvider.removeProviderChangeListener(com.ibm.xtools.common.core.service.IProviderChangeListener)

Method Summary
 void providerChanged(ProviderChangeEvent event)
          Handles an event indicating that a provider has changed.
 

Method Detail

providerChanged

public void providerChanged(ProviderChangeEvent event)
Handles an event indicating that a provider has changed.

Parameters:
event - The provider change event to be handled.

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.