PackageRemovedEventArgs<T> Class
- java.
lang. Object - system.
fabric. PackageRemovedEventArgs<T>
- system.
Type Parameters
- T
Type of the package being described. See CodePackage, ConfigurationPackage and DataPackage. Also see getCodePackageRemovedEvent(), getConfigurationPackageRemovedEvent() and getDataPackageRemovedEvent().
public class PackageRemovedEventArgs
Describes a package removed event.
Constructor Summary
Constructor | Description |
---|---|
PackageRemovedEventArgs(T pkg) |
Creates a new instance of the system.fabric.PackageRemovedEventArgs class. |
Method Summary
Modifier and Type | Method and Description |
---|---|
T |
getPackage()
Gets the code, data, or configuration package that was removed from the Service Manifest. |
void |
setPackage(T pkg)
Sets the code, data, or configuration package that was removed from the Service Manifest. |
Constructor Details
PackageRemovedEventArgs
public PackageRemovedEventArgs(T pkg)
Creates a new instance of the system.fabric.PackageRemovedEventArgs class.
Parameters:
Method Details
getPackage
public T getPackage()
Gets the code, data, or configuration package that was removed from the Service Manifest.
Returns:
setPackage
public void setPackage(T pkg)
Sets the code, data, or configuration package that was removed from the Service Manifest.
Parameters:
Applies to
Azure SDK for Java