Uses of Class
dyntabs.ai.event.EasyAIEvent.Builder
Packages that use EasyAIEvent.Builder
-
Uses of EasyAIEvent.Builder in dyntabs.ai.event
Methods in dyntabs.ai.event that return EasyAIEvent.BuilderModifier and TypeMethodDescriptionstatic EasyAIEvent.BuilderEasyAIEvent.builder(EasyAIEvent.Source source, EasyAIEvent.Phase phase) Start building an event for the given source and phase.EasyAIEvent.Builder.sequence(long sequence) EasyAIEvent.Builder.status(EasyAIEvent.Status status) Methods in dyntabs.ai.event with parameters of type EasyAIEvent.BuilderModifier and TypeMethodDescriptionvoidEventEmitter.emit(EasyAIEvent.Builder builder) Finalize a builder (assign sequence + deliver) and hand it to the listener.