S
- the type of the service to trackpublic interface IServiceTracker<S extends org.apache.wicket.util.io.IClusterable>
extends org.apache.wicket.util.io.IClusterable
Modifier and Type | Method and Description |
---|---|
void |
addService(S service,
String name)
A service is being registered.
|
void |
removeService(S service,
String name)
A service is being unregistered.
|
void |
updateService(S service,
String name)
Deprecated.
|
void addService(S service, String name)
service
- the service that is registeredname
- the name that was used to register the service trackervoid removeService(S service, String name)
service
- the service that is unregisteredname
- the name that was used to register the service tracker@Deprecated void updateService(S service, String name)
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.