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