Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.core.runtime.content
Interface IContentTypeManager.IContentTypeChangeListener

Enclosing interface:
IContentTypeManager

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

contentTypeChanged

void contentTypeChanged(
IContentTypeManager.ContentTypeChangeEvent event)
Notification that a content type has changed in the content type manager. The given event object contains the content type which changed and must not be null.

Parameters:
event - the content type change event

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire