public interface ComplexNotification extends Visitable
ComplexObservable
when the
ComplexObservable.beginComplexNotification()
method is used.
Once the ComplexObservable.endComplexNotification()
is called, if an
observer is a ComplexObserver
, it will be notified with a
ComplexNotification
, instead of each of the individual notifications.