systema-sdk
0.1.0
android
systema-sdk
/
ai.systema.android.listener
/
SystemaCompositeListener
Systema
Composite
Listener
android
open
class
SystemaCompositeListener
<
T
>
Content copied to clipboard
Constructors
Functions
Inheritors
Constructors
Systema
Composite
Listener
Link copied to clipboard
android
fun
SystemaCompositeListener
(
)
Content copied to clipboard
Functions
add
Listener
Link copied to clipboard
android
fun
addListener
(
listener
:
T
?
)
:
SystemaCompositeListener
<
T
>
Content copied to clipboard
add
Listeners
Link copied to clipboard
android
fun
addListeners
(
listeners
:
Array
<
T
>
)
:
SystemaCompositeListener
<
T
>
Content copied to clipboard
clear
All
Link copied to clipboard
android
fun
clearAll
(
)
Content copied to clipboard
get
Listeners
Link copied to clipboard
android
fun
getListeners
(
)
:
List
<
T
>
Content copied to clipboard
remove
Listener
Link copied to clipboard
android
fun
removeListener
(
listener
:
T
)
:
T
?
Content copied to clipboard
Inheritors
SystemaOnAttachStateChangeListener
Link copied to clipboard
SystemaOnClickListener
Link copied to clipboard
SystemaOnLayoutChangeListener
Link copied to clipboard
SystemaOnParentScrollChangeListener
Link copied to clipboard