Events Owner View Model
class EventsOwnerViewModel(eventsDispatcher: EventsDispatcher<EventsOwnerViewModel.EventsListener>) : ViewModel, EventsDispatcherOwner<EventsOwnerViewModel.EventsListener>
Content copied to clipboard
Types
EventsListener
Link copied to clipboard
interface EventsListener
Content copied to clipboard
Functions
Properties
eventsDispatcher
Link copied to clipboard
open override val eventsDispatcher: EventsDispatcher<EventsOwnerViewModel.EventsListener>
Content copied to clipboard