Class QuoteService
java.lang.Object
com.serinity.moodcontrol.service.QuoteService
Service layer for fetching a Zen quote without blocking the JavaFX UI thread.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSmall value object for the UI/controller to consume. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFetches a quote asynchronously and formats it for display.
-
Constructor Details
-
QuoteService
public QuoteService()
-
-
Method Details
-
fetchFormattedQuote
Fetches a quote asynchronously and formats it for display.
-