Uses of Interface
io.dialob.executor.command.event.ItemAddedEvent
-
Packages that use ItemAddedEvent Package Description io.dialob.executor.command.event -
-
Uses of ItemAddedEvent in io.dialob.executor.command.event
Classes in io.dialob.executor.command.event that implement ItemAddedEvent Modifier and Type Class Description classImmutableItemAddedEventImmutable implementation ofItemAddedEvent.Methods in io.dialob.executor.command.event with parameters of type ItemAddedEvent Modifier and Type Method Description static ImmutableItemAddedEventImmutableItemAddedEvent. copyOf(ItemAddedEvent instance)Creates an immutable copy of aItemAddedEventvalue.ImmutableItemAddedEvent.BuilderImmutableItemAddedEvent.Builder. from(ItemAddedEvent instance)Fill a builder with attribute values from the providedItemAddedEventinstance.
-