public interface AxisServiceTrackerListener
AxisServiceTracker
.Modifier and Type | Method and Description |
---|---|
void |
serviceAdded(AxisService service)
Inform the listener that a service has been added to tracker list.
|
void |
serviceRemoved(AxisService service)
Inform the listener that a service has been removed from the tracker list.
|
void serviceAdded(AxisService service)
service
- the service that has been added to the tracker listvoid serviceRemoved(AxisService service)
service
- the service that has been removed from the tracker listCopyright © 2004–2019 The Apache Software Foundation. All rights reserved.