Uses of Class
com.kuka.nav.fleet.actions.CustomNodeActionContext

Packages that use CustomNodeActionContext
com.kuka.nav.fleet.actions Contains the interfaces defining custom actions that can be configured in a graph. 
 

Uses of CustomNodeActionContext in com.kuka.nav.fleet.actions
 

Methods in com.kuka.nav.fleet.actions with parameters of type CustomNodeActionContext
 Set<NodeActionExecutionType> CustomNodeAction.defineWhen(CustomNodeActionContext ctx)
          Defines when this custom node action will be executed by returning a set of NodeActionExecutionTypes.
 void CustomNodeAction.run(CustomNodeActionContext ctx)
          Executes the user defined custom node action.
 



Copyright © 2019. All rights reserved.