@OpenApiAll
public interface ActionsVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(ActionsCategory category)
Visits ActionsCategory.
|
void |
visit(NMAction action)
Visits action.
|
void |
visit(NMStateAction action)
Visits NMStateAction.
|
void visit(NMAction action)
action - the action to visit.void visit(NMStateAction action)
action - the action to visit.void visit(ActionsCategory category)
category - the category to visit.