ESP OpenBCI - An EEG Signal Processing Library for OpenBCI Hardware

com.github.mrstampy.esp.multiconnectionsocket.subscription
Interface MultiConnectionSubscriptionRequest<E extends java.lang.Enum<E>>

Type Parameters:
E - the element type
All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
OpenBCISubscriptionRequest

public interface MultiConnectionSubscriptionRequest<E extends java.lang.Enum<E>>
extends java.io.Serializable

The Interface MultiConnectionSubscriptionRequest.


Method Summary
 boolean containsEventType(E eventType)
          Contains event type.
 E[] getEventTypes()
          Gets the event types.
 

Method Detail

getEventTypes

E[] getEventTypes()
Gets the event types.

Returns:
the event types

containsEventType

boolean containsEventType(E eventType)
Contains event type.

Parameters:
eventType - the event type
Returns:
true, if successful

brought to you by Mr. Stampy