Uses of Class
org.dwcj.bbjplugins.thread.BBjThreadProxy
Packages that use BBjThreadProxy
-
Uses of BBjThreadProxy in org.dwcj.bbjplugins.thread
Method parameters in org.dwcj.bbjplugins.thread with type arguments of type BBjThreadProxyModifier and TypeMethodDescriptionvoidBBjThreadProxy.onFinished(Consumer<BBjThreadProxy> consumer) register an event callback that is executed as soon as the background thread finishesvoidBBjThreadProxy.onUpdate(Consumer<BBjThreadProxy> consumer) register an event callback that is executed whenever the background thread executes update() -
Uses of BBjThreadProxy in org.dwcj.bbjplugins.thread.sinks
Fields in org.dwcj.bbjplugins.thread.sinks declared as BBjThreadProxyFields in org.dwcj.bbjplugins.thread.sinks with type parameters of type BBjThreadProxyModifier and TypeFieldDescriptionprotected final ArrayList<Consumer<BBjThreadProxy>>BBjThreadProxyEventSink.consumersMethod parameters in org.dwcj.bbjplugins.thread.sinks with type arguments of type BBjThreadProxyModifier and TypeMethodDescriptionvoidBBjThreadProxyEventSink.addCallback(Consumer<BBjThreadProxy> c) Constructors in org.dwcj.bbjplugins.thread.sinks with parameters of type BBjThreadProxyModifierConstructorDescriptionprotectedBBjThreadProxyEventSink(BBjThreadProxy proxy, int eventType)