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

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

Uses of CoordinatedGraphMotionListener in com.kuka.nav.fleet
 

Methods in com.kuka.nav.fleet with parameters of type CoordinatedGraphMotionListener
 CoordinatedGraphMotionContainer FleetManager.execute(CoordinatedGraphMotionListener listener, GraphMotion... graphMotions)
          Submits an array of GraphMotions for execution and blocks until the motions' execution has been finished (i.e., the corresponding CoordinatedGraphMotionContainer's state is GraphMotionState.FINALIZED).
 CoordinatedGraphMotionContainer FleetManager.executeAsync(CoordinatedGraphMotionListener listener, GraphMotion... graphMotions)
          Submits an array of GraphMotions for execution and returns control after the completion of the three phases described below.
 



Copyright © 2019. All rights reserved.