Uses of Enum
uno.anahata.ai.status.ChatStatus
Packages that use ChatStatus
Package
Description
Provides a robust, event-driven framework for monitoring and broadcasting the
real-time operational status of the chat application.
Provides a comprehensive and well-structured Swing-based user interface for the AI assistant.
-
Uses of ChatStatus in uno.anahata.ai.status
Subclasses with type arguments of type ChatStatus in uno.anahata.ai.statusMethods in uno.anahata.ai.status that return ChatStatusModifier and TypeMethodDescriptionstatic ChatStatusReturns the enum constant of this type with the specified name.static ChatStatus[]ChatStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uno.anahata.ai.status with parameters of type ChatStatusModifier and TypeMethodDescriptionvoidStatusManager.setStatus(ChatStatus newStatus) Updates the current operational status and notifies listeners.voidStatusListener.statusChanged(ChatStatus status, String lastExceptionToString) Called when the chat's operational status changes. -
Uses of ChatStatus in uno.anahata.ai.swing
Methods in uno.anahata.ai.swing with parameters of type ChatStatusModifier and TypeMethodDescriptionstatic ColorSwingChatConfig.getColor(ChatStatus status) voidChatPanel.statusChanged(ChatStatus status, String lastExceptionToString) voidConversationPanel.statusChanged(ChatStatus status, String lastExceptionToString)
