public interface MDIActionHandler
Modifier and Type | Method and Description |
---|---|
void |
afterAction(MDIAction action)
Method that must be executed after the
MDIAction.run() method
of the MDIAction. |
void |
beforeAction(MDIAction action)
Method that must be executed before the
MDIAction.run() method
of the MDIAction. |
void beforeAction(MDIAction action)
MDIAction.run()
method
of the MDIAction.action
- the Actionvoid afterAction(MDIAction action)
MDIAction.run()
method
of the MDIAction.action
- the Action