mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 10:45:37 +02:00
[cleanup] Adding @since tag
This commit is contained in:
parent
209ab5dfcd
commit
3c0b5335c3
1 changed files with 8 additions and 6 deletions
|
@ -18,8 +18,10 @@ import org.eclipse.swt.events.ArmListener;
|
|||
import org.eclipse.swt.events.MenuListener;
|
||||
|
||||
/**
|
||||
* An interface to be implemented for listening for menu show events for
|
||||
* the purpose of applying mnemonics to the menu items.
|
||||
* An interface to be implemented for listening for menu show events for the
|
||||
* purpose of applying mnemonics to the menu items.
|
||||
*
|
||||
* @since 3.0
|
||||
*/
|
||||
public interface ISystemViewMenuListener extends IMenuListener, MenuListener, ArmListener
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue