com.togethersoft.openapi.ide.command
Interface IdeCommandListener
- All Known Implementing Classes:
- IdeCommandAdapter
- public interface IdeCommandListener
- extends IdeCommandCheckListener
A listener for IdeCommandItems (not IdeCommandGroups).
actionPerformed method is called when the user activated the command item this listener
is attached to (by clicking a mouse or using a shortcut).
- Author:
- TogetherSoft
- See Also: IdeCommandCheckListener, IdeCommandEvent, IdeCommandManager.createItem(java.lang.String,com.togethersoft.openapi.ide.command.IdeCommandConstraints,com.togethersoft.openapi.ide.command.IdeCommandListener)
| Method Summary |
void | actionPerformed(IdeCommandEvent event) actionPerformed method is called when the user activated the command item this listener
is attached to (by clicking a mouse or using a shortcut). |
actionPerformed
public void actionPerformed(IdeCommandEvent event)
-
actionPerformed method is called when the user activated the command item this listener
is attached to (by clicking a mouse or using a shortcut).- Parameters:
- event - the command event
- See Also:
- IdeCommandEvent