Uses of Interface
com.tangosol.util.ServiceListener
-
Packages that use ServiceListener Package Description com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.util Contains various generic utilities. -
-
Uses of ServiceListener in com.tangosol.net
Methods in com.tangosol.net with parameters of type ServiceListener Modifier and Type Method Description void
WrapperService. addServiceListener(ServiceListener listener)
Register a ServiceListener that will receive events pertaining to the lifecycle of this Service.void
WrapperService. removeServiceListener(ServiceListener listener)
Unregister a ServiceListener from this ConnectionManager. -
Uses of ServiceListener in com.tangosol.util
Methods in com.tangosol.util with parameters of type ServiceListener Modifier and Type Method Description void
Service. addServiceListener(ServiceListener listener)
Register a ServiceListener that will receive events pertaining to the lifecycle of this Service.void
Service. removeServiceListener(ServiceListener listener)
Unregister a ServiceListener from this ConnectionManager.
-