Uses of Class
org.astonbitecode.j4rs.api.invocation.NativeCallbackToRustChannelSupport
-
-
Uses of NativeCallbackToRustChannelSupport in org.astonbitecode.j4rs.api.jfx
Subclasses of NativeCallbackToRustChannelSupport in org.astonbitecode.j4rs.api.jfx Modifier and Type Class Description classFxApplicationStartCallback -
Uses of NativeCallbackToRustChannelSupport in org.astonbitecode.j4rs.api.jfx.controllers
Methods in org.astonbitecode.j4rs.api.jfx.controllers with parameters of type NativeCallbackToRustChannelSupport Modifier and Type Method Description voidFxController. addControllerInitializedCallback(NativeCallbackToRustChannelSupport callback)This will be called when the initialize method ofInitializableis called.voidFxControllerImpl. addControllerInitializedCallback(NativeCallbackToRustChannelSupport callback) -
Uses of NativeCallbackToRustChannelSupport in org.astonbitecode.j4rs.api.jfx.handlers
Subclasses of NativeCallbackToRustChannelSupport in org.astonbitecode.j4rs.api.jfx.handlers Modifier and Type Class Description classJ4rsEventHandler<T extends javafx.event.Event> -
Uses of NativeCallbackToRustChannelSupport in org.astonbitecode.j4rs.tests
Subclasses of NativeCallbackToRustChannelSupport in org.astonbitecode.j4rs.tests Modifier and Type Class Description classMySecondTest
-