@FunctionalInterface public interface FunctionalActivationListener<K> extends ActivationListener<K>
| Modifier and Type | Method and Description |
|---|---|
default void |
activated(K key) |
default void |
deactivated(K key) |
void |
setStatus(K key,
boolean active) |
default void activated(K key)
activated in interface ActivationListener<K>default void deactivated(K key)
deactivated in interface ActivationListener<K>void setStatus(K key, boolean active)
Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.