Uses of Interface
io.dialob.executor.command.event.ActivePageUpdatedEvent
-
Packages that use ActivePageUpdatedEvent Package Description io.dialob.executor.command io.dialob.executor.command.event -
-
Uses of ActivePageUpdatedEvent in io.dialob.executor.command
Fields in io.dialob.executor.command declared as ActivePageUpdatedEvent Modifier and Type Field Description static ActivePageUpdatedEventTriggers. ACTIVE_PAGE_UPDATED_EVENT -
Uses of ActivePageUpdatedEvent in io.dialob.executor.command.event
Classes in io.dialob.executor.command.event that implement ActivePageUpdatedEvent Modifier and Type Class Description classImmutableActivePageUpdatedEventImmutable implementation ofActivePageUpdatedEvent.Methods in io.dialob.executor.command.event with parameters of type ActivePageUpdatedEvent Modifier and Type Method Description static ImmutableActivePageUpdatedEventImmutableActivePageUpdatedEvent. copyOf(ActivePageUpdatedEvent instance)Creates an immutable copy of aActivePageUpdatedEventvalue.ImmutableActivePageUpdatedEvent.BuilderImmutableActivePageUpdatedEvent.Builder. from(ActivePageUpdatedEvent instance)Fill a builder with attribute values from the providedActivePageUpdatedEventinstance.
-