Interface RootAction

  • All Superinterfaces:
    Action, java.lang.AutoCloseable, java.io.Closeable
    All Known Implementing Classes:
    NullRootAction, RootActionImpl

    public interface RootAction
    extends Action
    This interface provides the same functionality as Action, additionally it allows to create child Actions
    • Method Detail

      • enterAction

        Action enterAction​(java.lang.String actionName)
        Enters a (child) Action with a specified name on this Action.

        If the given actionName is null or an empty string, no reporting will happen on that RootAction.

        Parameters:
        actionName - name of the Action
        Returns:
        Action instance to work with