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)static Action<Void>Action. retryFromFailure(Runnable handler)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
Methods in com.microsoft.azure.toolkit.lib.common.messager that return Action Modifier and Type Method Description Action<?>[]AzureMessage. getActions()Action<?>[]IAzureMessage. getActions()private Action<?>AzureMessage. toAction(Object action)
-