Interface EventPlcConnection

  • All Superinterfaces:
    AutoCloseable, PlcConnection

    public interface EventPlcConnection
    extends PlcConnection
    An extended kind of connection which can broadcast events. Particular type of event might vary, it might be a connection state or message exchange.
    • Method Detail

      • addEventListener

        void addEventListener​(EventListener listener)
      • removeEventListener

        void removeEventListener​(EventListener listener)