Interface NetworkListStatusListener

  • All Superinterfaces:
    java.util.EventListener

    public interface NetworkListStatusListener
    extends java.util.EventListener
    Listens to the current status of a NetworkList.
    Author:
    Jesse Wilson
    • Method Detail

      • disconnected

        void disconnected​(NetworkList list,
                          java.lang.Exception reason)
        Called each time a NetworkList's connection status changes. This method may be called for each attempt it makes to reconnect to the network.