-
public final class WebAudioEvent.AudioListenerCreatedEvent extends WebAudioEvent
Notifies that the construction of an AudioListener has finished.
-
-
Field Summary
Fields Modifier and Type Field Description private final AudioListenerlistener
-
Constructor Summary
Constructors Constructor Description AudioListenerCreatedEvent(AudioListener listener)
-
Method Summary
Modifier and Type Method Description final AudioListenercomponent1()final WebAudioEvent.AudioListenerCreatedEventcopy(AudioListener listener)final AudioListenergetListener()-
-
Constructor Detail
-
AudioListenerCreatedEvent
AudioListenerCreatedEvent(AudioListener listener)
-
-
Method Detail
-
component1
final AudioListener component1()
-
copy
final WebAudioEvent.AudioListenerCreatedEvent copy(AudioListener listener)
-
getListener
final AudioListener getListener()
-
-
-
-