Uses of Interface
com.microsoft.cognitiveservices.speech.util.EventHandler
-
Packages that use EventHandler Package Description com.microsoft.cognitiveservices.speech.util -
-
Uses of EventHandler in com.microsoft.cognitiveservices.speech.util
Methods in com.microsoft.cognitiveservices.speech.util with parameters of type EventHandler Modifier and Type Method Description voidEventHandlerImpl. addEventListener(EventHandler<T> handler)Registers a new event handler with the associated event.voidEventHandlerImpl. removeEventListener(EventHandler<T> handler)Unregisters the event handler from the associated event.
-