T
- Argument typepublic interface Notifier<T>
Modifier and Type | Method and Description |
---|---|
void |
subscribe(Consumer<T> consumer)
Subscribe consumer to notifications on the given object.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.