Interface AxisServiceTrackerListener
public interface AxisServiceTrackerListener
Listener for events generated by an
AxisServiceTracker.-
Method Summary
Modifier and TypeMethodDescriptionvoidserviceAdded(org.apache.axis2.description.AxisService service) Inform the listener that a service has been added to tracker list.voidserviceRemoved(org.apache.axis2.description.AxisService service) Inform the listener that a service has been removed from the tracker list.
-
Method Details
-
serviceAdded
void serviceAdded(org.apache.axis2.description.AxisService service) Inform the listener that a service has been added to tracker list.- Parameters:
service- the service that has been added to the tracker list
-
serviceRemoved
void serviceRemoved(org.apache.axis2.description.AxisService service) Inform the listener that a service has been removed from the tracker list.- Parameters:
service- the service that has been removed from the tracker list
-