Package gov.cca.ports

Interface ConnectionEventListener


public interface ConnectionEventListener
This is the interface that a component must provide in order to be notified of ConnectionEvents.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Delivered to listeners when a connection is made or broken.
  • Method Details

    • connectionActivity

      void connectionActivity(ConnectionEvent evt)
      Delivered to listeners when a connection is made or broken.