Package org.n52.iceland.util.activation
Interface ActivationListener<K>
-
- Type Parameters:
K- the key type
- All Known Subinterfaces:
FunctionalActivationListener<K>
public interface ActivationListener<K>TODO JavaDoc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactivated(K key)voiddeactivated(K key)
-