Uses of Interface
com.microsoft.azure.toolkit.lib.common.messager.IAzureMessage
-
Packages that use IAzureMessage Package Description com.microsoft.azure.toolkit.lib.common.bundle com.microsoft.azure.toolkit.lib.common.messager -
-
Uses of IAzureMessage in com.microsoft.azure.toolkit.lib.common.bundle
Methods in com.microsoft.azure.toolkit.lib.common.bundle with parameters of type IAzureMessage Modifier and Type Method Description StringCustomDecoratable. decorate(IAzureMessage message) -
Uses of IAzureMessage in com.microsoft.azure.toolkit.lib.common.messager
Classes in com.microsoft.azure.toolkit.lib.common.messager that implement IAzureMessage Modifier and Type Class Description classAzureHtmlMessageclassAzureMessageMethods in com.microsoft.azure.toolkit.lib.common.messager that return IAzureMessage Modifier and Type Method Description default IAzureMessageIAzureMessager. buildMessage(IAzureMessage.Type type, AzureString content, String title, Action<?>[] actions, Object payload)Methods in com.microsoft.azure.toolkit.lib.common.messager with parameters of type IAzureMessage Modifier and Type Method Description StringIAzureMessage.ValueDecorator. decorateValue(Object p, IAzureMessage message)booleanAzureMessager.DummyMessager. show(IAzureMessage message)booleanIAzureMessager. show(IAzureMessage message)Constructors in com.microsoft.azure.toolkit.lib.common.messager with parameters of type IAzureMessage Constructor Description AzureHtmlMessage(IAzureMessage raw)
-