renetik-android-event
renetik-android-event
/
renetik.android.event
/
CSEventImpl
CSEvent
Impl
class
CSEventImpl
<
T
>
:
CSEvent
<
T
>
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
CSEvent
Impl
Link copied to clipboard
fun
CSEventImpl
(
)
Content copied to clipboard
Types
Event
Listener
Impl
Link copied to clipboard
inner
class
EventListenerImpl
(
listener
:
(
T
)
->
Unit
)
:
CSRegistrationImpl
,
CSEventListener
<
T
>
Content copied to clipboard
Functions
clear
Link copied to clipboard
open
override
fun
clear
(
)
Content copied to clipboard
fire
Link copied to clipboard
open
override
fun
fire
(
argument
:
T
)
Content copied to clipboard
listen
Link copied to clipboard
open
override
fun
listen
(
function
:
(
T
)
->
Unit
)
:
CSRegistration
Content copied to clipboard
pause
Link copied to clipboard
open
override
fun
pause
(
)
Content copied to clipboard
remove
Link copied to clipboard
fun
remove
(
listener
:
CSEventListener
<
T
>
)
Content copied to clipboard
resume
Link copied to clipboard
open
override
fun
resume
(
)
Content copied to clipboard
Properties
is
Listened
Link copied to clipboard
open
override
val
isListened
:
Boolean
Content copied to clipboard