- All Known Implementing Classes:
DigitalEventListener
public interface EventListener
Generic event listener interface for easy removal of existing listeners.
-
Method Summary
Modifier and TypeMethodDescriptionvoidremove()Removes the listener and therefore prevents any execution in the future.
-
Method Details
-
remove
void remove()Removes the listener and therefore prevents any execution in the future.
-