Uses of Class
io.github.sosuisen.jfxbuilder.web.WebErrorEventBuilder
Packages that use WebErrorEventBuilder
-
Uses of WebErrorEventBuilder in io.github.sosuisen.jfxbuilder.web
Methods in io.github.sosuisen.jfxbuilder.web that return WebErrorEventBuilderModifier and TypeMethodDescriptionWebErrorEventBuilder.apply
(Consumer<WebErrorEvent> func) Applies a function to the WebErrorEvent instance being constructed.static WebErrorEventBuilder
WebErrorEventBuilder.create
(Object source, EventType<WebErrorEvent> type, String message, Throwable exception) Accepts the constructor arguments ofWebErrorEvent(Object, EventType, String, Throwable)
and returns an instance ofWebErrorEventBuilder
.