Interface Listener

  • All Known Implementing Classes:
    TcpListener, UdpListener

    public interface Listener
    Interface used by the daemon to manage listeners. When messages are received, they should be forwarded to the given Parsers.
    Author:
    jwhite
    • Method Detail

      • getName

        java.lang.String getName()
      • getDescription

        java.lang.String getDescription()
      • getParsers

        java.util.Collection<? extends Parser> getParsers()
      • start

        void start()
            throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • stop

        void stop()
           throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException