A service event.

interface ServiceEvent {
    getBundle(): Bundle;
    getServiceReference(): ServiceReference;
    getSource(): ServiceReference;
    getType(): ServiceEventTypes;
    getTypeName(): ServiceEventNames;
}

Methods

  • Get the bundle providing the changed service.

    Returns Bundle

    the bundle

  • Get the reference to the changed service.

    Returns ServiceReference

    the service reference