Uses of Interface
org.n52.iceland.util.activation.ActivationListener
-
Packages that use ActivationListener Package Description org.n52.iceland.binding org.n52.iceland.ogc.ows.extension org.n52.iceland.request.operator org.n52.iceland.util.activation -
-
Uses of ActivationListener in org.n52.iceland.binding
Methods in org.n52.iceland.binding with parameters of type ActivationListener Modifier and Type Method Description voidBindingRepository. deregisterListener(ActivationListener<BindingKey> listener)voidBindingRepository. registerListener(ActivationListener<BindingKey> listener) -
Uses of ActivationListener in org.n52.iceland.ogc.ows.extension
Methods in org.n52.iceland.ogc.ows.extension with parameters of type ActivationListener Modifier and Type Method Description voidOwsOperationMetadataExtensionProviderRepository. deregisterListener(ActivationListener<OwsOperationMetadataExtensionProviderKey> listener)voidOwsOperationMetadataExtensionProviderRepository. registerListener(ActivationListener<OwsOperationMetadataExtensionProviderKey> listener) -
Uses of ActivationListener in org.n52.iceland.request.operator
Methods in org.n52.iceland.request.operator with parameters of type ActivationListener Modifier and Type Method Description voidRequestOperatorRepository. deregisterListener(ActivationListener<RequestOperatorKey> listener)voidRequestOperatorRepository. registerListener(ActivationListener<RequestOperatorKey> listener) -
Uses of ActivationListener in org.n52.iceland.util.activation
Subinterfaces of ActivationListener in org.n52.iceland.util.activation Modifier and Type Interface Description interfaceFunctionalActivationListener<K>TODO JavaDocMethods in org.n52.iceland.util.activation with parameters of type ActivationListener Modifier and Type Method Description voidActivationListenable. deregisterListener(ActivationListener<K> listener)voidActivationListeners. deregisterListener(ActivationListener<K> listener)voidActivationListenable. registerListener(ActivationListener<K> listener)voidActivationListeners. registerListener(ActivationListener<K> listener)Method parameters in org.n52.iceland.util.activation with type arguments of type ActivationListener Modifier and Type Method Description voidActivationRegistrator. setListeners(Map<ActivationListenable,ActivationListener> listeners)
-