CallbackBase

abstract class CallbackBase

This is the base class for the utility Callback class. This is for internal use only, and shouldn't be used directly.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val callbackType: Class<*>

Functions

Link copied to clipboard
abstract fun run(callback: Any)