Uses of Interface
org.apache.axis2.description.ParameterObserver
-
Packages that use ParameterObserver Package Description org.apache.axis2.description -
-
Uses of ParameterObserver in org.apache.axis2.description
Fields in org.apache.axis2.description with type parameters of type ParameterObserver Modifier and Type Field Description protected List<ParameterObserver>
AxisDescription. parameterObservers
List of ParameterObservers who want to be notified of changesMethods in org.apache.axis2.description with parameters of type ParameterObserver Modifier and Type Method Description void
AxisDescription. addParameterObserver(ParameterObserver observer)
void
AxisDescription. removeParameterObserver(ParameterObserver observer)
-