com.github.mrstampy.esp.openbci.subscription
Interface OpenBCIEventListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- OpenBCISignalAggregator
public interface OpenBCIEventListener
- extends java.util.EventListener
The listener interface for receiving openBCIEvent events. The class that is
interested in processing a openBCIEvent event implements this interface, and
the object created with that class is registered with a component using the
component's addOpenBCIEventListener method. When
the openBCIEvent event occurs, that object's appropriate
method is invoked.
- See Also:
OpenBCIEventEvent
dataEventPerformed
void dataEventPerformed(OpenBCIEvent event)
- Data event performed.
- Parameters:
event - the event