jAER project on SourceForge

Uses of Class
net.sf.jaer.eventprocessing.FilterChain.ProcessingMode

Packages that use FilterChain.ProcessingMode
net.sf.jaer.eventprocessing Classes related to processing Address-Events. 
 

Uses of FilterChain.ProcessingMode in net.sf.jaer.eventprocessing
 

Methods in net.sf.jaer.eventprocessing that return FilterChain.ProcessingMode
 FilterChain.ProcessingMode FilterChain.getProcessingMode()
           
static FilterChain.ProcessingMode FilterChain.ProcessingMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FilterChain.ProcessingMode[] FilterChain.ProcessingMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.jaer.eventprocessing with parameters of type FilterChain.ProcessingMode
 void FilterChain.setProcessingMode(FilterChain.ProcessingMode processingMode)
          Sets whether this chain is procesed in the acquisition or rendering thread.
 


jAER project on SourceForge