Uses of Interface
biocell.BioDeviceListener

Packages that use BioDeviceListener
biocell   
brain.reflexgenerator   
devs.motorpackage.asc16   
devs.speechpackage   
mns   
nns   
 

Uses of BioDeviceListener in biocell
 

Methods in biocell with parameters of type BioDeviceListener
 void BioDevice.addListener(BioDeviceListener rP)
           
 

Uses of BioDeviceListener in brain.reflexgenerator
 

Classes in brain.reflexgenerator that implement BioDeviceListener
 class Translator
           
 

Fields in brain.reflexgenerator declared as BioDeviceListener
(package private)  BioDeviceListener PMotionCalculator.listener
           
 

Methods in brain.reflexgenerator with parameters of type BioDeviceListener
 void PMotionCalculator.addListener(BioDeviceListener rP)
           
 

Uses of BioDeviceListener in devs.motorpackage.asc16
 

Methods in devs.motorpackage.asc16 with parameters of type BioDeviceListener
 void Servo.addListener(BioDeviceListener listener)
           
 

Uses of BioDeviceListener in devs.speechpackage
 

Methods in devs.speechpackage with parameters of type BioDeviceListener
 void SpeechGenerator.addListener(BioDeviceListener rP)
           
 void SpeechRecognizer.addListener(BioDeviceListener rP)
           
 

Uses of BioDeviceListener in mns
 

Classes in mns that implement BioDeviceListener
 class Command
           
(package private)  class CommandThread
           
 class ComplexCommand
           
 class MNS
          This part of the code is the master controller of actions and of their execution in time and in the problem space it self.
 class MNScommandQueue
           
 class SpeachThread
          Created on Jun 28, 2004 For specific purposes a Threadded command is an internal class allowing to run commands on one self and generate some regular, cyclic, time-variant behavior.
 class SynchroSpeachThread
          Created on Jun 28, 2004 For specific purposes a Threadded command is an internal class allowing to run commands on one self and generate some regular, cyclic, time-variant behavior.
 

Uses of BioDeviceListener in nns
 

Subinterfaces of BioDeviceListener in nns
 interface BioSensorListener
           
 

Classes in nns that implement BioDeviceListener
 class NNS
           
 

Methods in nns with parameters of type BioDeviceListener
 void BioSensor.addListener(BioDeviceListener rP)