Package velox.api.layer1.messages
Class Layer1ApiSoundAlertCancelMessage
java.lang.Object
velox.api.layer1.messages.Layer1ApiSoundAlertCancelMessage
- All Implemented Interfaces:
Layer1ApiStrategiesEchoMessagesLayer.StrategyEchoMessageFromLayer
public class Layer1ApiSoundAlertCancelMessage
extends Object
implements Layer1ApiStrategiesEchoMessagesLayer.StrategyEchoMessageFromLayer
Cancels all messages that are currently pending, that match filter.
Note: if this message is sent from the
Note: if this message is sent from the
Layer1ApiFinishable.finish(),
the filter method might be ignored resulting in all messages from the source being cancelled.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLayer1ApiSoundAlertCancelMessage(Class<?> source, Layer1ApiSoundAlertCancelMessage.Layer1ApiSoundMessagesFilter soundMessagesFilter) -
Method Summary
-
Field Details
-
source
Class that created this message -
soundMessagesFilter
-
-
Constructor Details
-
Layer1ApiSoundAlertCancelMessage
public Layer1ApiSoundAlertCancelMessage(Class<?> source, Layer1ApiSoundAlertCancelMessage.Layer1ApiSoundMessagesFilter soundMessagesFilter)
-
-
Method Details