Class AbstractTabResponseHandler<T extends AbstractRemoteControlCenterTab>

    • Constructor Detail

      • AbstractTabResponseHandler

        public AbstractTabResponseHandler​(T tab)
        Initializes the handler.
        Parameters:
        tab - the tab this handler belongs to
    • Method Detail

      • getTab

        public T getTab()
        Returns the tab this handler belongs to.
        Returns:
        the tab, null if none set