public class NotifierImpl extends BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends java.lang.Object & Adapter>, BasicNotifierImpl.EObservableAdapterList| Modifier and Type | Field and Description |
|---|---|
protected BasicEList<Adapter> |
eAdapters
The list of
Adapters associated with the notifier. |
protected static int |
EDELIVER
The bit of
eFlags that is used to represent eDeliver(). |
protected int |
eFlags
An extensible set of bit flags;
the first bit is used for
EDELIVER to implement eDeliver(). |
protected static int |
ELAST_NOTIFIER_FLAG
The last bit used by this class; derived classes may use bit values higher than this.
|
| Constructor and Description |
|---|
NotifierImpl()
Creates a blank new instance.
|
| Modifier and Type | Method and Description |
|---|---|
EList<Adapter> |
eAdapters()
Returns list of the adapters associated with this notifier.
|
protected BasicEList<Adapter> |
eBasicAdapters()
Returns the adapter list, even if it is
null. |
boolean |
eDeliver()
Returns whether this notifier will deliver notifications to the adapters.
|
void |
eSetDeliver(boolean deliver)
Sets whether this notifier will deliver notifications to the adapters.
|
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotifyprotected static final int EDELIVER
eFlags that is used to represent eDeliver().protected static final int ELAST_NOTIFIER_FLAG
protected int eFlags
EDELIVER to implement eDeliver().protected BasicEList<Adapter> eAdapters
Adapters associated with the notifier.public EList<Adapter> eAdapters()
NotifiereAdapters in interface NotifiereAdapters in class BasicNotifierImplprotected BasicEList<Adapter> eBasicAdapters()
BasicNotifierImplnull.eBasicAdapters in class BasicNotifierImplnull.public boolean eDeliver()
NotifiereDeliver in interface NotifiereDeliver in class BasicNotifierImplNotifier.eSetDeliver(boolean)public void eSetDeliver(boolean deliver)
NotifiereSetDeliver in interface NotifiereSetDeliver in class BasicNotifierImpldeliver - whether or not to deliver.Notifier.eDeliver()