|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetworkList | |
---|---|
ca.odell.glazedlists.io |
Uses of NetworkList in ca.odell.glazedlists.io |
---|
Methods in ca.odell.glazedlists.io that return NetworkList | ||
---|---|---|
|
ListPeer.publish(EventList<E> source,
String path,
ByteCoder byteCoder)
Publish the specified EventList with the specified name. |
|
NetworkList |
ListPeer.subscribe(String host,
int port,
String path,
ByteCoder byteCoder)
Subscribe to the EventList with the specified name. |
Methods in ca.odell.glazedlists.io with parameters of type NetworkList | |
---|---|
void |
NetworkListStatusListener.connected(NetworkList list)
Called each time a NetworkList becomes connected. |
void |
NetworkListStatusListener.disconnected(NetworkList list,
Exception reason)
Called each time a NetworkList 's connection status changes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |