public interface IContainerEvent<E> extends IEvent
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() |
IContainer<E> getSource()
boolean isEmpty()
IContainerDelta<E>[] getDeltas()
IContainerDelta<E> getDelta() throws java.lang.IllegalStateException
java.lang.IllegalStateException
E getDeltaElement() throws java.lang.IllegalStateException
java.lang.IllegalStateException
IContainerDelta.Kind getDeltaKind() throws java.lang.IllegalStateException
java.lang.IllegalStateException
void accept(IContainerEventVisitor<E> visitor)
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