Interface ServiceListener

All Known Implementing Classes:
NIOSSLTransportServer, SslTransportServer, TcpTransportServer

public interface ServiceListener
A listener for service start, stop events
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    started(Service service)
     
    void
    stopped(Service service)
     
  • Method Details

    • started

      void started(Service service)
    • stopped

      void stopped(Service service)