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