Interface TreeContextAction
public interface TreeContextAction
Callback invoked when a
TreeContext is popped.- Since:
- 2.5.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidcall(TreeContext context) Invokes the action for the supplied context.
-
Method Details
-
call
Invokes the action for the supplied context.- Parameters:
context- the context being popped
-