org.eclipse.net4j.util.container
Class SingleDeltaContainerEvent<E>
java.lang.Object
java.util.EventObject
org.eclipse.net4j.util.event.Event
org.eclipse.net4j.util.container.SingleDeltaContainerEvent<E>
- All Implemented Interfaces:
- java.io.Serializable, IContainerEvent<E>, IEvent
public class SingleDeltaContainerEvent<E>
- extends Event
- implements IContainerEvent<E>
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class org.eclipse.net4j.util.event.Event |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.net4j.util.event.IEvent |
getSource |
SingleDeltaContainerEvent
public SingleDeltaContainerEvent(IContainer<E> container,
E element,
IContainerDelta.Kind kind)
getContainer
public IContainer<E> getContainer()
- Specified by:
getContainer
in interface IContainerEvent<E>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface IContainerEvent<E>
getDeltas
public IContainerDelta<E>[] getDeltas()
- Specified by:
getDeltas
in interface IContainerEvent<E>
getDelta
public IContainerDelta<E> getDelta()
throws java.lang.IllegalStateException
- Specified by:
getDelta
in interface IContainerEvent<E>
- Throws:
java.lang.IllegalStateException
getDeltaElement
public E getDeltaElement()
throws java.lang.IllegalStateException
- Specified by:
getDeltaElement
in interface IContainerEvent<E>
- Throws:
java.lang.IllegalStateException
getDeltaKind
public IContainerDelta.Kind getDeltaKind()
throws java.lang.IllegalStateException
- Specified by:
getDeltaKind
in interface IContainerEvent<E>
- Throws:
java.lang.IllegalStateException
accept
public void accept(IContainerEventVisitor<E> visitor)
- Specified by:
accept
in interface IContainerEvent<E>
toString
public java.lang.String toString()
- Overrides:
toString
in class java.util.EventObject