Package jmri.jmrit.logixng.actions
Interface RunFinally.RunFinallyFunction
- Enclosing class:
- RunFinally
public static interface RunFinally.RunFinallyFunction
The function the caller wants called after the action has been executed.
-
Method Summary
Modifier and TypeMethodDescriptionvoidrunFinally(ConditionalNG conditionalNG, Exception ex, RunFinally.Data data)
-
Method Details
-
runFinally
-