class TabsTrayInteractor : Observer
(source)
Interactor for a tabs tray component. Subscribes to the tabs tray and invokes use cases to update the session manager.
TabsTrayInteractor(tabsTray: TabsTray, selectTabUseCase: SelectTabUseCase, removeTabUseCase: RemoveTabUseCase, closeTabsTray: () -> Unit)
Interactor for a tabs tray component. Subscribes to the tabs tray and invokes use cases to update the session manager. |
fun onTabClosed(session: Session): Unit
A tab has been closed. |
|
fun onTabSelected(session: Session): Unit
A new tab has been selected. |
|
fun start(): Unit |
|
fun stop(): Unit |