|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CustomActionRegistry
Interface providing methods to handle custom node and edge actions.
| Method Summary | |
|---|---|
void |
addEdgeCustomAction(String identifier,
CustomEdgeAction action)
Registers a edge custom action at the fleet manager. |
void |
addNodeCustomAction(String identifier,
CustomNodeAction action)
Registers a node custom action at the fleet manager. |
CustomEdgeAction |
getEdgeCustomAction(String identifier)
Gets a registered edge custom action. |
CustomNodeAction |
getNodeCustomAction(String identifier)
Gets a registered node custom action. |
| Method Detail |
|---|
void addNodeCustomAction(String identifier,
CustomNodeAction action)
TopologyGraph.GRAPH_TRANSITION.
identifier - the identifier for the action (must be different from TopologyGraph.GRAPH_TRANSITION)action - the custom actionCustomNodeAction getNodeCustomAction(String identifier)
identifier - the identifier for the action
void addEdgeCustomAction(String identifier,
CustomEdgeAction action)
TopologyGraph.GRAPH_TRANSITION.
identifier - the identifier for the action (must be different from TopologyGraph.GRAPH_TRANSITION)action - the custom actionCustomEdgeAction getEdgeCustomAction(String identifier)
identifier - the identifier for the action
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||