Uses of Interface
com.microsoft.azure.toolkit.lib.common.event.AzureEvent
-
Packages that use AzureEvent Package Description com.microsoft.azure.toolkit.lib.common.event -
-
Uses of AzureEvent in com.microsoft.azure.toolkit.lib.common.event
Classes in com.microsoft.azure.toolkit.lib.common.event with type parameters of type AzureEvent Modifier and Type Class Description static classAzureEventBus.EventListener<T,E extends AzureEvent<T>>Classes in com.microsoft.azure.toolkit.lib.common.event that implement AzureEvent Modifier and Type Class Description private static classAzureEventBus.SimpleEvent<T>classAzureOperationEvent<T extends AzureOperationEvent.Source<T>>Methods in com.microsoft.azure.toolkit.lib.common.event with type parameters of type AzureEvent Modifier and Type Method Description static <T,E extends AzureEvent<T>>
voidAzureEventBus. after(String operation, java.util.function.Consumer<T> listener)static <T,E extends AzureEvent<T>>
voidAzureEventBus. before(String operation, java.util.function.Consumer<T> listener)static <T,E extends AzureEvent<T>>
voidAzureEventBus. error(String operation, java.util.function.Consumer<T> listener)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)static <T,E extends AzureEvent<T>>
voidAzureEventBus. on(String type, java.util.function.Consumer<T> listener)Methods in com.microsoft.azure.toolkit.lib.common.event with parameters of type AzureEvent Modifier and Type Method Description static <T> voidAzureEventBus. emit(String type, AzureEvent<T> event)
-