Class AzureOperationEvent<T extends AzureOperationEvent.Source<T>>
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.common.event.AzureOperationEvent<T>
-
- All Implemented Interfaces:
AzureEvent<T>
public class AzureOperationEvent<T extends AzureOperationEvent.Source<T>> extends Object implements AzureEvent<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAzureOperationEvent.Source<T>static classAzureOperationEvent.Stage
-
Field Summary
Fields Modifier and Type Field Description private AzureOperationRefoperationprivate Tsourceprivate AzureOperationEvent.Stagestage
-
Constructor Summary
Constructors Constructor Description AzureOperationEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetPayload()StringgetType()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.microsoft.azure.toolkit.lib.common.event.AzureEvent
getSource
-
-
-
-
Field Detail
-
source
private final T extends AzureOperationEvent.Source<T> source
-
operation
private final AzureOperationRef operation
-
stage
private final AzureOperationEvent.Stage stage
-
-
Method Detail
-
getType
@Nonnull public String getType()
- Specified by:
getTypein interfaceAzureEvent<T extends AzureOperationEvent.Source<T>>
-
getPayload
@Nullable public T getPayload()
- Specified by:
getPayloadin interfaceAzureEvent<T extends AzureOperationEvent.Source<T>>
-
-