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. parameterObserversList of ParameterObservers who want to be notified of changesMethods in org.apache.axis2.description with parameters of type ParameterObserver Modifier and Type Method Description voidAxisDescription. addParameterObserver(ParameterObserver observer)voidAxisDescription. removeParameterObserver(ParameterObserver observer)
-