Skip to main content

Layer1ApiSoundAlertCancelMessage

Package: velox.api.layer1.messages

Type: Class

Inheritance: java.lang.Object รขโ€ โ€™ Layer1ApiSoundAlertCancelMessage

All Implemented Interfaces: Layer1ApiStrategiesEchoMessagesLayer.StrategyEchoMessageFromLayer

Descriptionโ€‹

Cancels all messages that are currently pending, that match filter.
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:

  • Layer1ApiSoundAlertMessage

Nested Classesโ€‹

Layer1ApiSoundAlertCancelMessage.Layer1ApiSoundMessagesFilterโ€‹

static interface Layer1ApiSoundMessagesFilter

Fieldsโ€‹

sourceโ€‹

public final Class<?> source

Class that created this message

soundMessagesFilterโ€‹

public final Layer1ApiSoundAlertCancelMessage.Layer1ApiSoundMessagesFilter soundMessagesFilter

Constructorsโ€‹

Layer1ApiSoundAlertCancelMessageโ€‹

public Layer1ApiSoundAlertCancelMessage(Class<?> source, Layer1ApiSoundAlertCancelMessage.Layer1ApiSoundMessagesFilter soundMessagesFilter)

Methodsโ€‹

toStringโ€‹

public String toString()

Overrides: toString in class Object


Methods inherited from class java.lang.Object:

  • clone
  • equals
  • finalize
  • getClass
  • hashCode
  • notify
  • notifyAll
  • wait
  • wait(long)
  • wait(long, int)