Uses of Interface
io.dialob.executor.command.event.ItemRemovedEvent
-
Packages that use ItemRemovedEvent Package Description io.dialob.executor.command.event -
-
Uses of ItemRemovedEvent in io.dialob.executor.command.event
Classes in io.dialob.executor.command.event that implement ItemRemovedEvent Modifier and Type Class Description classImmutableItemRemovedEventImmutable implementation ofItemRemovedEvent.Methods in io.dialob.executor.command.event with parameters of type ItemRemovedEvent Modifier and Type Method Description static ImmutableItemRemovedEventImmutableItemRemovedEvent. copyOf(ItemRemovedEvent instance)Creates an immutable copy of aItemRemovedEventvalue.ImmutableItemRemovedEvent.BuilderImmutableItemRemovedEvent.Builder. from(ItemRemovedEvent instance)Fill a builder with attribute values from the providedItemRemovedEventinstance.
-