|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProviderChangeListener
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.
IProvider.addProviderChangeListener(org.eclipse.gmf.runtime.common.core.service.IProviderChangeListener)
,
IProvider.removeProviderChangeListener(org.eclipse.gmf.runtime.common.core.service.IProviderChangeListener)
Method Summary | |
---|---|
void |
providerChanged(ProviderChangeEvent event)
Handles an event indicating that a provider has changed. |
Method Detail |
---|
void providerChanged(ProviderChangeEvent event)
event
- The provider change event to be handled.
|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.