View | Details | Raw Unified | Return to bug 200827
Collapse All | Expand All

(-)model/org/eclipse/jdt/core/IElementChangedListener.java (+2 lines)
Lines 16-21 Link Here
16
 * <p>
16
 * <p>
17
 * This interface may be implemented by clients.
17
 * This interface may be implemented by clients.
18
 * </p>
18
 * </p>
19
 * 
20
 * @see JavaCore#addElementChangedListener(IElementChangedListener)
19
 */
21
 */
20
public interface IElementChangedListener {
22
public interface IElementChangedListener {
21
23
(-)model/org/eclipse/jdt/core/IJavaElementDelta.java (+2 lines)
Lines 100-105 Link Here
100
 * of the notification.
100
 * of the notification.
101
 * </p>
101
 * </p>
102
 *
102
 *
103
 * @see IElementChangedListener
104
 * @see ElementChangedEvent
103
 * @noimplement This interface is not intended to be implemented by clients.
105
 * @noimplement This interface is not intended to be implemented by clients.
104
 */
106
 */
105
public interface IJavaElementDelta {
107
public interface IJavaElementDelta {

Return to bug 200827