Class WeakHandler<WT extends BaseWorkThread<?>>

java.lang.Object
android.os.Handler
com.banuba.sdk.internal.WeakHandler<WT>
Direct Known Subclasses:
AudioPullerHandlerThread, CameraHandler, EncoderHandlerThreadAudio, OffscreenPlayerHandler, PhotoHandler, RenderHandler, RenderHandler, SimpleThreadHandler

public class WeakHandler<WT extends BaseWorkThread<?>> extends android.os.Handler
  • Nested Class Summary

    Nested classes/interfaces inherited from class android.os.Handler

    android.os.Handler.Callback
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class android.os.Handler

    createAsync, createAsync, dispatchMessage, dump, getLooper, getMessageName, handleMessage, hasCallbacks, hasMessages, hasMessages, obtainMessage, obtainMessage, obtainMessage, obtainMessage, obtainMessage, post, postAtFrontOfQueue, postAtTime, postAtTime, postDelayed, postDelayed, removeCallbacks, removeCallbacks, removeCallbacksAndMessages, removeMessages, removeMessages, sendEmptyMessage, sendEmptyMessageAtTime, sendEmptyMessageDelayed, sendMessage, sendMessageAtFrontOfQueue, sendMessageAtTime, sendMessageDelayed, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • WeakHandler

      public WeakHandler(WT wt)
  • Method Details

    • getThread

      @Nullable public WT getThread()