@Deprecated public interface NavuCdbStoppedHandler
subscriberStop which
will be called before the subscriber is stopped.
To be able to react when the subscriber is stopped
a implementation of this interface is registered to a
NavuCdbSubscriber with the
NavuCdbSubscriber.registerStoppedHandler(NavuCdbStoppedHandler).
| Modifier and Type | Method and Description |
|---|---|
void |
subscriberStop()
Deprecated.
Invoked when the subscriber stopped
|