Uses of Interface
ca.odell.glazedlists.io.NetworkListStatusListener
-
Packages that use NetworkListStatusListener Package Description ca.odell.glazedlists.io -
-
Uses of NetworkListStatusListener in ca.odell.glazedlists.io
Methods in ca.odell.glazedlists.io with parameters of type NetworkListStatusListener Modifier and Type Method Description void
NetworkList. addStatusListener(NetworkListStatusListener listener)
Registers the specified listener to receive events about the status of thisNetworkList
.void
NetworkList. removeStatusListener(NetworkListStatusListener listener)
Deregisters the specified listener from receiving events about the status of thisNetworkList
.
-