Package com.github.weisj.jsvg.parser
Interface UIFuture<T>
-
- All Known Implementing Classes:
SwingUIFuture
,ValueUIFuture
public interface UIFuture<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
checkIfReady(@NotNull PlatformSupport platformSupport)
T
get()
-
-
-
Method Detail
-
checkIfReady
boolean checkIfReady(@NotNull @NotNull PlatformSupport platformSupport)
-
get
T get()
-
-