Uses of Interface
com.microsoft.azure.toolkit.lib.common.messager.IAzureMessager
-
Packages that use IAzureMessager Package Description com.microsoft.azure.toolkit.lib.common.messager com.microsoft.azure.toolkit.lib.common.operation -
-
Uses of IAzureMessager in com.microsoft.azure.toolkit.lib.common.messager
Classes in com.microsoft.azure.toolkit.lib.common.messager that implement IAzureMessager Modifier and Type Class Description classAzureMessagerstatic classAzureMessager.DummyMessagerFields in com.microsoft.azure.toolkit.lib.common.messager declared as IAzureMessager Modifier and Type Field Description private static IAzureMessagerAzureMessager. defaultMessagerMethods in com.microsoft.azure.toolkit.lib.common.messager that return IAzureMessager Modifier and Type Method Description static IAzureMessagerAzureMessager. getDefaultMessager()static IAzureMessagerAzureMessager. getMessager()Methods in com.microsoft.azure.toolkit.lib.common.messager with parameters of type IAzureMessager Modifier and Type Method Description static voidAzureMessager. setDefaultMessager(IAzureMessager messager)default booleanIAzureMessage. show(IAzureMessager messager) -
Uses of IAzureMessager in com.microsoft.azure.toolkit.lib.common.operation
Fields in com.microsoft.azure.toolkit.lib.common.operation declared as IAzureMessager Modifier and Type Field Description private IAzureMessagerOperationContext. messagerMethods in com.microsoft.azure.toolkit.lib.common.operation that return IAzureMessager Modifier and Type Method Description IAzureMessagerOperationContext. getMessager()
-