comparison dwtx/jface/viewers/deferred/IConcurrentModel.d @ 90:7ffeace6c47f

Update 3.4M7 to 3.4
author Frank Benoit <benoit@tionex.de>
date Sun, 06 Jul 2008 23:30:07 +0200
parents b6c35faf97c8
children
comparison
equal deleted inserted replaced
89:040da1cb0d76 90:7ffeace6c47f
1 /******************************************************************************* 1 /*******************************************************************************
2 * Copyright (c) 2004, 2005 IBM Corporation and others. 2 * Copyright (c) 2004, 2008 IBM Corporation and others.
3 * All rights reserved. This program and the accompanying materials 3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0 4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at 5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html 6 * http://www.eclipse.org/legal/epl-v10.html
7 * 7 *
30 * Not intended to be implemented by clients. Clients should subclass 30 * Not intended to be implemented by clients. Clients should subclass
31 * <code>AbstractConcurrentModel</code> instead. 31 * <code>AbstractConcurrentModel</code> instead.
32 * </p> 32 * </p>
33 * 33 *
34 * @since 3.1 34 * @since 3.1
35 * @noimplement This interface is not intended to be implemented by clients.
35 */ 36 */
36 public interface IConcurrentModel { 37 public interface IConcurrentModel {
37 38
38 /** 39 /**
39 * Requests that the receiver to call the given listener's setContents(...) 40 * Requests that the receiver to call the given listener's setContents(...)