onCloseButtonClicked

abstract fun onCloseButtonClicked(@NonNull tabBarItem: PdfTabBarItem): Boolean

Called when tab close button has been clicked.

Return

true if the click even should be consumed, false to pass processing further in the listeners chain.

Parameters

tabBarItem

Tab bar item which close button has been clicked.