Java 类org.eclipse.core.runtime.IRegistryEventListener 实例源码

项目:birt    文件:ExtensionRegistry.java   
public void addListener( IRegistryEventListener listener )
{
    throw new UnsupportedOperationException(
            "addListener is not implemented yet" );
}
项目:birt    文件:ExtensionRegistry.java   
public void addListener( IRegistryEventListener listener,
        String extensionPointId )
{
    throw new UnsupportedOperationException(
            "addListener is not implemented yet" );
}
项目:birt    文件:ExtensionRegistry.java   
public void removeListener( IRegistryEventListener listener )
{
    throw new UnsupportedOperationException(
            "removeListener is not implemented yet" );
}