ca.odell.glazedlists.io

Interface NetworkListStatusListener

All Superinterfaces:
EventListener

public interface NetworkListStatusListener
extends EventListener

Listens to the current status of a NetworkList.
Author:
Jesse Wilson

Method Summary

void
connected(NetworkList<E> list)
Called each time a NetworkList becomes connected.
void
disconnected(NetworkList<E> list, Exception reason)
Called each time a NetworkList's connection status changes.

Method Details

connected

public void connected(NetworkList<E> list)
Called each time a NetworkList becomes connected.

disconnected

public void disconnected(NetworkList<E> list,
                         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 2009-07-14 22:05