Interface TreeContextAction


public interface TreeContextAction
Callback invoked when a TreeContext is popped.
Since:
2.5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    call(TreeContext context)
    Invokes the action for the supplied context.
  • Method Details

    • call

      void call(TreeContext context)
      Invokes the action for the supplied context.
      Parameters:
      context - the context being popped