Interface ChannelListFragment.HeaderActionButtonClickListener
-
- All Implemented Interfaces:
public interface ChannelListFragment.HeaderActionButtonClickListenerClick listener for the right button in the header. Not implemented by default.
Note: Implement the click listener in parent Fragment or Activity to override the default behavior.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonActionButtonClick()-
-
Method Detail
-
onActionButtonClick
abstract Unit onActionButtonClick()
-
-
-
-