Interface IContainerEvent<E>

  • All Superinterfaces:
    IEvent
    All Known Implementing Classes:
    ContainerEvent, SingleDeltaContainerEvent

    public interface IContainerEvent<E>
    extends IEvent
    An event fired from a container when its elements have changed.
    Author:
    Eike Stepper
    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

      • isEmpty

        boolean isEmpty()
      • getDelta

        IContainerDelta<E> getDelta()
                             throws java.lang.IllegalStateException
        Throws:
        java.lang.IllegalStateException
      • getDeltaElement

        E getDeltaElement()
                   throws java.lang.IllegalStateException
        Throws:
        java.lang.IllegalStateException
      • getDeltaKind

        IContainerDelta.Kind getDeltaKind()
                                   throws java.lang.IllegalStateException
        Throws:
        java.lang.IllegalStateException