-
public final class WebAudioEvent.AudioListenerWillBeDestroyedEvent extends WebAudioEvent
Notifies that a new AudioListener has been created.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcontextIdprivate final StringlistenerId
-
Constructor Summary
Constructors Constructor Description AudioListenerWillBeDestroyedEvent(String contextId, String listenerId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final WebAudioEvent.AudioListenerWillBeDestroyedEventcopy(String contextId, String listenerId)final StringgetContextId()final StringgetListenerId()-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
copy
final WebAudioEvent.AudioListenerWillBeDestroyedEvent copy(String contextId, String listenerId)
-
getContextId
final String getContextId()
-
getListenerId
final String getListenerId()
-
-
-
-