Uses of Interface
com.tangosol.util.ServiceListener
Packages that use ServiceListener
Package
Description
Contains basic cluster interfaces and factories.
Contains various generic utilities.
- 
Uses of ServiceListener in com.tangosol.net
Methods in com.tangosol.net with parameters of type ServiceListenerModifier and TypeMethodDescriptionvoidWrapperService.addServiceListener(ServiceListener listener) Register a ServiceListener that will receive events pertaining to the lifecycle of this Service.voidWrapperService.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 ServiceListenerModifier and TypeMethodDescriptionvoidService.addServiceListener(ServiceListener listener) Register a ServiceListener that will receive events pertaining to the lifecycle of this Service.voidService.removeServiceListener(ServiceListener listener) Unregister a ServiceListener from this ConnectionManager.