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

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

Uses of GraphMotionContainerBase in com.kuka.nav.fleet
 

Classes in com.kuka.nav.fleet with type parameters of type GraphMotionContainerBase
 interface BaseGraphMotionListener<C extends GraphMotionContainerBase>
          Listener for fleet motions.
 

Subinterfaces of GraphMotionContainerBase in com.kuka.nav.fleet
 interface CoordinatedGraphMotionContainer
          Status container for a set of graph motions that have been commanded in a coordinate way.
 interface GraphMotionContainer
          Status container for a single graph motion.
 

Methods in com.kuka.nav.fleet with type parameters of type GraphMotionContainerBase
<C extends GraphMotionContainerBase>
void
FleetManager.addListener(BaseGraphMotionListener<C> listener)
          Adds the specified fleet motion listener.
<C extends GraphMotionContainerBase>
void
FleetManager.removeListener(BaseGraphMotionListener<C> listener)
          Removes the specified listener.
 



Copyright © 2019. All rights reserved.