Package org.openhab.core.voice
Interface DTListener
- All Known Subinterfaces:
KSListener
@NonNullByDefault
public interface DTListener
The listener interface for receiving
DTEvent events.
A class interested in processing DTEvent events implements this interface.- Author:
- Miguel Álvarez Díez - Initial contribution
-
Method Summary
Modifier and TypeMethodDescriptionvoiddtEventReceived(DTEvent dtEvent) Invoked when aDTEventevent occurs.