public static interface IContentTypeManager.IContentTypeChangeListener
Clients who reference the org.eclipse.core.resources
bundle are encouraged not to use this listener mechanism to
detect encoding changes. The Core Resources bundle will
detect changes to content types and notify clients appropriately
of potential changes to the encoding of files in the workspace
via the resource change mechanism.
Clients may implement this interface.
Modifier and Type | Method and Description |
---|---|
void |
contentTypeChanged(IContentTypeManager.ContentTypeChangeEvent event)
Notification that a content type has changed in the content type manager.
|
void contentTypeChanged(IContentTypeManager.ContentTypeChangeEvent event)
null
.event
- the content type change event
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.