-
public final class WebAudioEvent.ContextWillBeDestroyedEvent extends WebAudioEvent
Notifies that an existing BaseAudioContext will be destroyed.
-
-
Constructor Summary
Constructors Constructor Description ContextWillBeDestroyedEvent(String contextId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final WebAudioEvent.ContextWillBeDestroyedEventcopy(String contextId)final StringgetContextId()-
-
Constructor Detail
-
ContextWillBeDestroyedEvent
ContextWillBeDestroyedEvent(String contextId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final WebAudioEvent.ContextWillBeDestroyedEvent copy(String contextId)
-
getContextId
final String getContextId()
-
-
-
-