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.NetworkListListPeer. 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 voidNetworkListStatusListener. connected(NetworkList list)Called each time aNetworkListbecomes connected.voidNetworkListStatusListener. disconnected(NetworkList list, java.lang.Exception reason)Called each time aNetworkList's connection status changes.
-