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 Type
    Method
    Description
    void
    Invoked when a DTEvent event occurs.
  • Method Details

    • dtEventReceived

      void dtEventReceived(DTEvent dtEvent)
      Invoked when a DTEvent event occurs.
      Parameters:
      dtEvent - The DTEvent fired by the DTService