ca.odell.glazedlists.io
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 Summary
 void connected(NetworkList list)
          Called each time a NetworkList becomes connected.
 void disconnected(NetworkList list, java.lang.Exception reason)
          Called each time a NetworkList's connection status changes.
 

Method Detail

connected

void connected(NetworkList list)
Called each time a NetworkList becomes connected.


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.



Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by pbuilder at 2012-05-29 19:21