A bundle event.

interface BundleEvent {
    getBundle(): Bundle;
    getSource(): Bundle;
    getType(): BundleEventTypes;
    getTypeName(): BundleEventNames;
}

Methods

  • Get the bundle that was changed

    Returns Bundle

    the bundle

  • Get the source bundle that was throwing the event.

    Returns Bundle

    the source bundle.