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 that implement AzureEvent Modifier and Type Class Description private static classAzureEventBus.SimpleEventFields in com.microsoft.azure.toolkit.lib.common.event with type parameters of type AzureEvent Modifier and Type Field Description private java.util.function.Consumer<AzureEvent>AzureEventBus.EventListener. listenerMethods 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 event)voidAzureEventBus.EventListener. onEvent(AzureEvent event)
-