jAER project on SourceForge

Uses of Interface
net.sf.jaer.util.ExceptionListener

Packages that use ExceptionListener
ch.unizh.ini.jaer.hardware.pantilt A pantilt unit based on two servo motors. 
ch.unizh.ini.jaer.projects.tobi.zipzaps The tiny Transformers RC cars from Radio Shack are tracked and controlled here. 
net.sf.jaer.biasgen Classes related to ipot on-chip programmable bias current generator. 
net.sf.jaer.graphics Rendering and diplaying address-events. 
net.sf.jaer.hardwareinterface Hardware interface to address-event devices. 
 

Uses of ExceptionListener in ch.unizh.ini.jaer.hardware.pantilt
 

Classes in ch.unizh.ini.jaer.hardware.pantilt that implement ExceptionListener
 class PanTiltGUI
          Tests pantilt by mimicing mouse movements.
 

Uses of ExceptionListener in ch.unizh.ini.jaer.projects.tobi.zipzaps
 

Classes in ch.unizh.ini.jaer.projects.tobi.zipzaps that implement ExceptionListener
 class ZipZapControlGUI
          GUI to control ZipZap car.
 

Uses of ExceptionListener in net.sf.jaer.biasgen
 

Classes in net.sf.jaer.biasgen that implement ExceptionListener
 class BiasgenFrame
          A generic application frame for controlling a bias generator.
 

Uses of ExceptionListener in net.sf.jaer.graphics
 

Classes in net.sf.jaer.graphics that implement ExceptionListener
 class AEViewer
          This is the main jAER interface to the user.
 

Uses of ExceptionListener in net.sf.jaer.hardwareinterface
 

Methods in net.sf.jaer.hardwareinterface with parameters of type ExceptionListener
static void HardwareInterfaceException.addExceptionListener(ExceptionListener l)
          Listeners can be added for exceptions - e.g.
static void HardwareInterfaceException.removeExceptionListener(ExceptionListener l)
          Removes exception listener
 


jAER project on SourceForge