Class ChannelListConnectionHandler

  • All Implemented Interfaces:

    
    public class ChannelListConnectionHandler
    
                        

    General connection status handler

    Only listens for connection status changes and notifies externally via DataKey; contains no UI logic. UI presentation (e.g. NoticeContent) is handled by the ViewModel or Fragment layer.

    Since:

    5.10.4

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static DataKey<ConnectionStatus> KEY_CONNECTION_STATUS
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void stop()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChannelListConnectionHandler

        ChannelListConnectionHandler()
    • Method Detail