Uses of Class
com.microsoft.azure.toolkit.lib.common.action.Action
-
Packages that use Action Package Description com.microsoft.azure.toolkit.lib.common.action com.microsoft.azure.toolkit.lib.common.messager -
-
Uses of Action in com.microsoft.azure.toolkit.lib.common.action
Methods in com.microsoft.azure.toolkit.lib.common.action that return Action Modifier and Type Method Description abstract <D> Action<D>AzureActionManager. getAction(Action.Id<D> id)Methods in com.microsoft.azure.toolkit.lib.common.action with parameters of type Action Modifier and Type Method Description abstract <D> voidAzureActionManager. registerAction(Action.Id<D> id, Action<D> action) -
Uses of Action in com.microsoft.azure.toolkit.lib.common.messager
Fields in com.microsoft.azure.toolkit.lib.common.messager declared as Action Modifier and Type Field Description protected Action<?>[]AzureMessage. actionsMethods in com.microsoft.azure.toolkit.lib.common.messager that return Action Modifier and Type Method Description Action<?>[]AzureMessage. getActions()Action<?>[]IAzureMessage. getActions()Methods in com.microsoft.azure.toolkit.lib.common.messager with parameters of type Action Modifier and Type Method Description default IAzureMessageIAzureMessager. buildMessage(IAzureMessage.Type type, AzureString content, String title, Action<?>[] actions, Object payload)default voidIAzureMessager. error(AzureString message, String title, Action<?>... actions)default voidIAzureMessager. error(String message, String title, Action<?>... actions)default voidIAzureMessager. error(Throwable throwable, String title, Action<?>... actions)default voidIAzureMessager. info(AzureString message, String title, Action<?>... actions)default voidIAzureMessager. info(String message, String title, Action<?>... actions)default voidIAzureMessager. success(AzureString message, String title, Action<?>... actions)default voidIAzureMessager. success(String message, String title, Action<?>... actions)default voidIAzureMessager. warning(AzureString message, String title, Action<?>... actions)default voidIAzureMessager. warning(String message, String title, Action<?>... actions)
-