ImglyEventDispatcher

abstract class ImglyEventDispatcher

Constructors

ImglyEventDispatcher
Link copied to clipboard
open fun ImglyEventDispatcher()
ImglyEventDispatcher
Link copied to clipboard
open fun ImglyEventDispatcher(stateHandler: StateHandler)

Functions

init
Link copied to clipboard
abstract fun init(settingsHolder: SettingsHolderInterface)
register
Link copied to clipboard
open fun register(object: Any)
triggerEventCall
Link copied to clipboard
open fun triggerEventCall(event: String)
unregister
Link copied to clipboard
open fun unregister(object: Any)

Properties

eventInterfaces
Link copied to clipboard
open val eventInterfaces: HashMap<String, EventCall>