Package clickDetector
Class ClickRecorderTrigger
java.lang.Object
SoundRecorder.trigger.RecorderTrigger
clickDetector.ClickRecorderTrigger
- 
Constructor Summary
ConstructorsConstructorDescriptionClickRecorderTrigger(ClickControl clickControl, ClickDataBlock clickDataBlock)  - 
Method Summary
Modifier and TypeMethodDescriptionGet default data for this trigger.Methods inherited from class SoundRecorder.trigger.RecorderTrigger
getDataSelectorName, getName, hasOptions, showOptionsDialog, triggerDataUnit 
- 
Constructor Details
- 
ClickRecorderTrigger
- Parameters:
 clickControl-
 
 - 
 - 
Method Details
- 
getDefaultTriggerData
Description copied from class:RecorderTriggerGet default data for this trigger. This will be cloned and used locally in each individual recorder from where it can be modified from the recorders control panel.- Specified by:
 getDefaultTriggerDatain classRecorderTrigger- Returns:
 - default settings for a recorder.
 
 
 -