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:
- Serializable, IContainerEvent<E>, IEvent
- public class SingleDeltaContainerEvent<E>
- extends Event
- implements IContainerEvent<E>
A container event
with a single element delta
.
- See Also:
- Serialized Form
- No Extend
- This class is not intended to be subclassed by clients.
SingleDeltaContainerEvent
public SingleDeltaContainerEvent(IContainer<E> container,
E element,
IContainerDelta.Kind kind)
getSource
public IContainer<E> getSource()
- Specified by:
getSource
in interface IContainerEvent<E>
- Specified by:
getSource
in interface IEvent
- Overrides:
getSource
in class Event
- Since:
- 3.0
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 IllegalStateException
- Specified by:
getDelta
in interface IContainerEvent<E>
- Throws:
IllegalStateException
getDeltaElement
public E getDeltaElement()
throws IllegalStateException
- Specified by:
getDeltaElement
in interface IContainerEvent<E>
- Throws:
IllegalStateException
getDeltaKind
public IContainerDelta.Kind getDeltaKind()
throws IllegalStateException
- Specified by:
getDeltaKind
in interface IContainerEvent<E>
- Throws:
IllegalStateException
accept
public void accept(IContainerEventVisitor<E> visitor)
- Specified by:
accept
in interface IContainerEvent<E>
toString
public String toString()
- Overrides:
toString
in class Event
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.