|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IContentTypeManager.IContentTypeChangeListener
A listener to be used to receive content type change events.
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.
Method Summary | |
---|---|
void |
contentTypeChanged(IContentTypeManager.ContentTypeChangeEvent event)
Notification that a content type has changed in the content type manager. |
Method Detail |
---|
void contentTypeChanged(IContentTypeManager.ContentTypeChangeEvent event)
null
.
event
- the content type change event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |