Uses of Class
biocell.BioDeviceEvent

Packages that use BioDeviceEvent
biocell   
brain.NetClient   
brain.reflexgenerator   
devs.musicpackage   
mns   
nns   
 

Uses of BioDeviceEvent in biocell
 

Methods in biocell with parameters of type BioDeviceEvent
 void BioDeviceListener.bioEvent(BioDeviceEvent bdE)
           
 

Uses of BioDeviceEvent in brain.NetClient
 

Subclasses of BioDeviceEvent in brain.NetClient
 class RobotClientEvent
           
 

Uses of BioDeviceEvent in brain.reflexgenerator
 

Methods in brain.reflexgenerator with parameters of type BioDeviceEvent
 void Translator.bioEvent(BioDeviceEvent bdE)
           
 

Uses of BioDeviceEvent in devs.musicpackage
 

Methods in devs.musicpackage with parameters of type BioDeviceEvent
 void Translator.bioEvent(BioDeviceEvent bdE)
           
 

Uses of BioDeviceEvent in mns
 

Methods in mns with parameters of type BioDeviceEvent
 void MNS.bioEvent(BioDeviceEvent bdE)
           
 void CommandThread.bioEvent(BioDeviceEvent bdE)
          some commands can be coordinated through events such as speech or some other cyclic or random movements this serves to time coordinating them
 void SynchroSpeachThread.bioEvent(BioDeviceEvent bdE)
          some commands can be coordinated through events such as speech or some other cyclic or random movements this serves to time coordinating them
 void ComplexCommand.bioEvent(BioDeviceEvent bdE)
          some commands can be coordinated through events such as speech or some other cyclic or random movements this serves to time coordinating them
 void MNScommandQueue.bioEvent(BioDeviceEvent bdE)
           
 void SpeachThread.bioEvent(BioDeviceEvent bdE)
          some commands can be coordinated through events such as speech or some other cyclic or random movements this serves to time coordinating them
 

Uses of BioDeviceEvent in nns
 

Subclasses of BioDeviceEvent in nns
 class BioSensorEvent
           
 

Methods in nns with parameters of type BioDeviceEvent
 void NNS.bioEvent(BioDeviceEvent bdE)