renetik-android-event
renetik-android-event
/
renetik.android.event
/
CSEventImpl
/
EventListenerImpl
Event
Listener
Impl
inner
class
EventListenerImpl
(
listener
:
(
T
)
->
Unit
)
:
CSRegistrationImpl
,
CSEventListener
<
T
>
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Event
Listener
Impl
Link copied to clipboard
fun
EventListenerImpl
(
listener
:
(
T
)
->
Unit
)
Content copied to clipboard
Functions
cancel
Link copied to clipboard
abstract
fun
cancel
(
)
Content copied to clipboard
invoke
Link copied to clipboard
open
override
fun
invoke
(
argument
:
T
)
Content copied to clipboard
on
Cancel
Link copied to clipboard
open
override
fun
onCancel
(
)
Content copied to clipboard
on
Pause
Link copied to clipboard
open
fun
onPause
(
)
Content copied to clipboard
on
Resume
Link copied to clipboard
open
fun
onResume
(
)
Content copied to clipboard
pause
Link copied to clipboard
abstract
fun
pause
(
)
Content copied to clipboard
resume
Link copied to clipboard
abstract
fun
resume
(
)
Content copied to clipboard
Properties
is
Active
Link copied to clipboard
abstract
val
isActive
:
Boolean
Content copied to clipboard
is
Canceled
Link copied to clipboard
abstract
val
isCanceled
:
Boolean
Content copied to clipboard