Uses of Class
com.microsoft.azure.toolkit.lib.common.event.AzureEventBus.EventListener
-
Packages that use AzureEventBus.EventListener Package Description com.microsoft.azure.toolkit.lib.common.event -
-
Uses of AzureEventBus.EventListener in com.microsoft.azure.toolkit.lib.common.event
Methods in com.microsoft.azure.toolkit.lib.common.event with parameters of type AzureEventBus.EventListener Modifier and Type Method Description static <T,E extends AzureEvent<T>>
voidAzureEventBus. off(String type, AzureEventBus.EventListener<T,E> listener)static <T,E extends AzureEvent<T>>
voidAzureEventBus. on(String type, AzureEventBus.EventListener<T,E> listener)
-