Package clickDetector
Class ClickRecorderTrigger
java.lang.Object
SoundRecorder.trigger.RecorderTrigger
clickDetector.ClickRecorderTrigger
-
Constructor Summary
ConstructorDescriptionClickRecorderTrigger
(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:RecorderTrigger
Get 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:
getDefaultTriggerData
in classRecorderTrigger
- Returns:
- default settings for a recorder.
-