munchies
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
munchies
commons
/
com.munchies.commons.domain.port
/
NotificationSubject
Notification
Subject
interface
NotificationSubject
<
N
:
Notification
,
O
:
NotificationObserver
<
N
>
>
Members
Functions
attach
Link copied to clipboard
abstract
fun
attach
(
observer
:
O
)
detach
Link copied to clipboard
abstract
fun
detach
(
observer
:
O
)
emit
Link copied to clipboard
abstract
fun
emit
(
event
:
N
)