Interface CDODeltaNotification

  • All Superinterfaces:
    CDONotification, Notification

    public interface CDODeltaNotification
    extends CDONotification
    This class behaves like the usual EMF Notification except for the following:
    • It doesn't provide the old value, only the new index or new value.
    • REMOVE_MANY indicates that clear() was called.
    • Add_MANY is not used.
    Since:
    2.0
    Author:
    Simon McDuff
    No Implement
    This interface is not intended to be implemented by clients.
    No Extend
    This interface is not intended to be extended by clients.
    • Method Detail

      • hasNext

        boolean hasNext()
        Informs the adapter if another notification is going to be sent (notifications often have a list of notifications, see NotificationChain).