Uses of Enum Class
dyntabs.ai.event.EasyAIEvent.Source
Packages that use EasyAIEvent.Source
-
Uses of EasyAIEvent.Source in dyntabs.ai.event
Methods in dyntabs.ai.event that return EasyAIEvent.SourceModifier and TypeMethodDescriptionEasyAIEvent.source()static EasyAIEvent.SourceReturns the enum constant of this class with the specified name.static EasyAIEvent.Source[]EasyAIEvent.Source.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dyntabs.ai.event with parameters of type EasyAIEvent.SourceModifier and TypeMethodDescriptionstatic EasyAIEvent.BuilderEasyAIEvent.builder(EasyAIEvent.Source source, EasyAIEvent.Phase phase) Start building an event for the given source and phase.Constructors in dyntabs.ai.event with parameters of type EasyAIEvent.SourceModifierConstructorDescriptionEventEmitter(EasyAIEvent.Source source, EasyAIListener listener) Create an emitter for one capability and one (optional) listener.