public interface NotificationChain
accumulated in a chain,
and possibly even merged,
before finally being dispatched to the notifier.| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Notification notification)
Adds a notification to the chain.
|
void |
dispatch()
Dispatches each notification to the appropriate notifier via
Notifier.eNotify. |
boolean add(Notification notification)
void dispatch()
Notifier.eNotify.Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature