ESP OpenBCI - An EEG Signal Processing Library for OpenBCI Hardware

com.github.mrstampy.esp.multiconnectionsocket
Interface ConnectionEventListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
RawDataSampleBuffer, SampleBuffer

public interface ConnectionEventListener
extends java.util.EventListener

Implement and add to AbstractMultiConnectionSocket.addConnectionEventListener(ConnectionEventListener) to receive connected state events.

Author:
burton

Method Summary
 void connectionEventPerformed(ConnectionEvent e)
          Invoked when the connected state of the AbstractMultiConnectionSocket changes.
 

Method Detail

connectionEventPerformed

void connectionEventPerformed(ConnectionEvent e)
Invoked when the connected state of the AbstractMultiConnectionSocket changes.

Parameters:
e - the e

brought to you by Mr. Stampy