1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-02 22:55:26 +02:00

[190805] [apidoc] Add @since for new semantics of EVENT_ICON_CHANGE

This commit is contained in:
Martin Oberhuber 2009-04-20 12:12:49 +00:00
parent afb7844831
commit 48d2838ca1

View file

@ -137,8 +137,10 @@ public interface ISystemResourceChangeEvents
public static final int EVENT_MOVE_MANY = 75;
/**
* The event is an icon change event
* A source RSE object or an array of source RSE objects and the parent RSE object are the expected parameters
* The event is an icon change event A source RSE object or an array of
* source RSE objects and the parent RSE object are the expected parameters
*
* @since 3.1 an array of source RSE objects is allowed
*/
public static final int EVENT_ICON_CHANGE = 81;