public interface TaurusActionListener
ActionDescriptors are executed.
After creating an instance of a class that implements this interface it can
be added to the ActionExecutor by using the
ActionExecutor.addActionListener(TaurusActionListener) method. The
appropriate method will be invoked after and before an action is executed.
Copyright (C) Micro Focus
TaurusActionEvent| Modifier and Type | Method and Description |
|---|---|
void |
actionAboutToExecute(TaurusActionEvent pEvent)
Invoked if an
ActionDescriptor is about to be executed. |
void |
actionExecuted(TaurusActionEvent pEvent)
Invoked after an
ActionDescriptor was executed. |
void actionAboutToExecute(TaurusActionEvent pEvent)
ActionDescriptor is about to be executed. The
execution can be prevented by setting the doit attribute of
the TaurusActionEvent to false.pEvent - the event that is generated before the action will be
executed.TaurusActionEventvoid actionExecuted(TaurusActionEvent pEvent)
ActionDescriptor was executed.pEvent - the event that is generated after an action was executed.TaurusActionEventCopyright © 2015 Micro Focus GmbH. All rights reserved.