Uses of Class
ca.odell.glazedlists.io.NetworkList
-
Packages that use NetworkList Package Description ca.odell.glazedlists.io -
-
Uses of NetworkList in ca.odell.glazedlists.io
Methods in ca.odell.glazedlists.io that return NetworkList Modifier and Type Method Description <E> NetworkList<E>
ListPeer. publish(EventList<E> source, java.lang.String path, ByteCoder byteCoder)
Publish the specified EventList with the specified name.NetworkList
ListPeer. subscribe(java.lang.String host, int port, java.lang.String path, ByteCoder byteCoder)
Subscribe to the EventList with the specified name.Methods in ca.odell.glazedlists.io with parameters of type NetworkList Modifier and Type Method Description void
NetworkListStatusListener. connected(NetworkList list)
Called each time aNetworkList
becomes connected.void
NetworkListStatusListener. disconnected(NetworkList list, java.lang.Exception reason)
Called each time aNetworkList
's connection status changes.
-