Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ui
Interface IActionDelegateWithEvent


Deprecated. Use org.eclipse.ui.IActionDelegate2 instead.

public interface IActionDelegateWithEvent

This interface is a mixin interface for action delegates, adding the ability to examine the triggering SWT event when it is run. If an action delegate implements this interface, then runWithEvent(IAction, Event) is called instead of run(IAction).

Clients should implement this interface, in addition to IActionDelegate (or subinterface), if they need to examine the triggering event. Otherwise, they should simply implement IActionDelegate (or subinterface).

Since:
2.0

Method Summary
 void runWithEvent ( IAction action, Event event)
          Deprecated. Use org.eclipse.ui.IActionDelegate2 instead.
 

Method Detail

runWithEvent

void runWithEvent(
IAction action,
                  
Event event)
Deprecated. Use org.eclipse.ui.IActionDelegate2 instead.

Performs this action, passing the SWT event which triggered it.

This method is called when the delegating action has been triggered. Implement this method to do the actual work. If an action delegate implements this interface, this method is called instead of run(IAction).

Parameters:
action - the action proxy that handles the presentation portion of the action
event - the SWT event which triggered this action being run
Since:
2.0

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire