Uses of Interface
com.kuka.nav.fleet.GraphMotionListener

Packages that use GraphMotionListener
com.kuka.nav.fleet Contains the fleet manager API. 
 

Uses of GraphMotionListener in com.kuka.nav.fleet
 

Methods in com.kuka.nav.fleet with parameters of type GraphMotionListener
 GraphMotionContainer FleetManager.execute(GraphMotionListener listener, GraphMotion graphMotion)
          Submits a GraphMotion for execution and blocks until the motion's execution has been finished (i.e., the corresponding GraphMotionContainer's state is GraphMotionState.FINALIZED).
 GraphMotionContainer FleetManager.executeAsync(GraphMotionListener listener, GraphMotion graphMotion)
          Submits a GraphMotion for execution and returns control immediately after completion of the three phases described in FleetManager.executeAsync(CoordinatedGraphMotionListener, GraphMotion...).
 



Copyright © 2019. All rights reserved.