SmartphoneTriggerFactory class
A TriggerFactory for all triggers coming with CAMS.
- Implemented types
Constructors
Properties
Methods
-
create(
TriggerConfiguration trigger) → TriggerExecutor< TriggerConfiguration> -
Create a TriggerExecutor based on
trigger
. Returns null iftrigger
is not supported by this factory.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onRegister(
) → void -
Callback method when this package is being registered.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited