public class TaurusActionEvent
extends java.lang.Object
ActionDescriptor.
Copyright (C) Micro Focus
TaurusActionListener| Modifier and Type | Field and Description |
|---|---|
boolean |
doit
Can prevent the action from being executed if set to
false. |
| Constructor and Description |
|---|
TaurusActionEvent(IResource pResource,
IAction pAction)
Creates a new
TaurusActionEvent. |
| Modifier and Type | Method and Description |
|---|---|
IAction |
getAction()
Gets the
IAction. |
IResource |
getResource()
Gets the context resource of the action.
|
java.lang.String |
toString() |
public boolean doit
false.
Does nothing if the action already was executed.public TaurusActionEvent(IResource pResource, IAction pAction)
TaurusActionEvent.pResource - the context resource (can be null)pAction - the IAction.public IResource getResource()
null if no resource was
selected or set.public IAction getAction()
IAction.IAction that is generated by the
ActionExecutor.public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2015 Micro Focus GmbH. All rights reserved.