Package org.n52.iceland.util.activation
Interface ActivationListenable<K>
-
- Type Parameters:
K- the key type
- All Known Subinterfaces:
ActivationManager<K>
- All Known Implementing Classes:
ActivationListeners,BindingRepository,OwsOperationMetadataExtensionProviderRepository,RequestOperatorRepository
public interface ActivationListenable<K>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidderegisterListener(ActivationListener<K> listener)voidregisterListener(ActivationListener<K> listener)
-
-
-
Method Detail
-
registerListener
void registerListener(ActivationListener<K> listener)
-
deregisterListener
void deregisterListener(ActivationListener<K> listener)
-
-