public class SingleDeltaContainerEvent<E> extends Event implements IContainerEvent<E>
container event
with a single element delta
.Constructor and Description |
---|
SingleDeltaContainerEvent(IContainer<E> container,
E element,
IContainerDelta.Kind kind) |
Modifier and Type | Method and Description |
---|---|
void |
accept(IContainerEventVisitor<E> visitor) |
IContainerDelta<E> |
getDelta() |
E |
getDeltaElement() |
IContainerDelta.Kind |
getDeltaKind() |
IContainerDelta<E>[] |
getDeltas() |
IContainer<E> |
getSource() |
boolean |
isEmpty() |
java.lang.String |
toString() |
formatAdditionalParameters, formatEventName
public SingleDeltaContainerEvent(IContainer<E> container, E element, IContainerDelta.Kind kind)
public IContainer<E> getSource()
public boolean isEmpty()
isEmpty
in interface IContainerEvent<E>
public IContainerDelta<E>[] getDeltas()
getDeltas
in interface IContainerEvent<E>
public IContainerDelta<E> getDelta() throws java.lang.IllegalStateException
getDelta
in interface IContainerEvent<E>
java.lang.IllegalStateException
public E getDeltaElement() throws java.lang.IllegalStateException
getDeltaElement
in interface IContainerEvent<E>
java.lang.IllegalStateException
public IContainerDelta.Kind getDeltaKind() throws java.lang.IllegalStateException
getDeltaKind
in interface IContainerEvent<E>
java.lang.IllegalStateException
public void accept(IContainerEventVisitor<E> visitor)
accept
in interface IContainerEvent<E>
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html