Class NotifierImpl

java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.NotifierImpl
All Implemented Interfaces:
Notifier

public class NotifierImpl extends BasicNotifierImpl
An extensible notifier implementation.
  • Field Details

    • EDELIVER

      protected static final int EDELIVER
      The bit of eFlags that is used to represent eDeliver().
      See Also:
    • ELAST_NOTIFIER_FLAG

      protected static final int ELAST_NOTIFIER_FLAG
      The last bit used by this class; derived classes may use bit values higher than this.
      See Also:
    • eFlags

      protected int eFlags
      An extensible set of bit flags; the first bit is used for EDELIVER to implement eDeliver().
    • eAdapters

      protected BasicEList<Adapter> eAdapters
      The list of Adapters associated with the notifier.
  • Constructor Details

    • NotifierImpl

      public NotifierImpl()
      Creates a blank new instance.
  • Method Details